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

vortex-data / vortex / 16831051428
88%

Build:
DEFAULT BRANCH: develop
Ran 08 Aug 2025 01:04PM UTC
Jobs 2
Files 637
Run time 26min
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

08 Aug 2025 01:00PM UTC coverage: 84.935% (+0.03%) from 84.902%
16831051428

push

github

web-flow
Inline the logic of the filter layout reader (#4089)

Follow up work is to store expressions as `Vec<Vec<Expr>>` (including
the projection expression as the last elemet). Then if an expression
ever hits 0% selectivity, we extract it into its own round trip, e.g.
`select C where A == 10 and B > 2` would become `[[A == 10], [B > 2,
C]]` if `A == 10` proves to be very selective.

This allows us to delay I/O for columns B and C until we have evaluated
over A.

---------

Signed-off-by: Nicholas Gates <nick@nickgates.com>

115 of 129 new or added lines in 4 files covered. (89.15%)

2 existing lines in 2 files now uncovered.

50657 of 59642 relevant lines covered (84.94%)

568233.4 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
90.22
5.22% vortex-layout/src/layouts/zoned/reader.rs
6
85.88
-1.87% vortex-scan/src/tasks.rs
7
88.33
vortex-scan/src/filter.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
90.22
5.22% vortex-layout/src/layouts/zoned/reader.rs
1
86.89
-0.28% vortex-scan/src/lib.rs
Jobs
ID Job ID Ran Files Coverage
1 run-tpc-h - 16831051428.1 08 Aug 2025 01:04PM UTC 580
48.19
GitHub Action Run
2 run-tests - 16831051428.2 08 Aug 2025 01:05PM UTC 637
82.65
GitHub Action Run
Source Files on build 16831051428
  • Tree
  • List 637
  • Changed 14
  • Source Changed 3
  • Coverage Changed 14
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #16831051428
  • 0e62b585 on github
  • Prev Build on develop (#16830273920)
  • Next Build on develop (#16831436791)
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