• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zhouqingqing / qpmodel / 24424533381
90%

Build:
DEFAULT BRANCH: master
Ran 14 Apr 2026 09:57PM UTC
Jobs 1
Files 27
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

14 Apr 2026 09:46PM UTC coverage: 89.962% (+0.002%) from 89.96%
24424533381

push

github

zhouqingqing
Fix OR handling in inToMarkJoin and scalarToSingleJoin (issue #271)

Previously only existsToMarkJoin handled OR expressions correctly.
When a correlated IN subquery or scalar subquery appeared inside an
OR expression (e.g., "a1 IN (select ...) OR a2 > 1"), the
decorrelation would not properly preserve OR semantics.

Apply the same OR-aware filter extraction pattern from
existsToMarkJoin to both inToMarkJoin (via extractCurINExprFromNodeAFilter)
and scalarToSingleJoin (via djoinOnRightFilter):
- Detect OR conjuncts containing extra subqueries
- Set canReplace flag so the caller advances innerNode correctly
- Preserve OR expressions for further unnesting

Note: the nested case where OR appears *inside* a scalar subquery's
filter alongside another correlated subquery (the original issue #271
example) remains unsupported during unnesting and falls back to
nested-loop execution.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

4796 of 5663 branches covered (84.69%)

Branch coverage included in aggregate %.

16 of 16 new or added lines in 1 file covered. (100.0%)

11416 of 12358 relevant lines covered (92.38%)

2769364.17 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24424533381.1 14 Apr 2026 09:57PM UTC 27
89.96
GitHub Action Run
Source Files on build 24424533381
  • Tree
  • List 27
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #24424533381
  • 65294518 on github
  • Prev Build on master (#24360745217)
  • Next Build on master (#24484307801)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc