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

vortex-data / vortex / 16988124602
88%

Build:
DEFAULT BRANCH: develop
Ran 15 Aug 2025 10:29AM UTC
Jobs 3
Files 640
Run time 2min
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

15 Aug 2025 10:26AM UTC coverage: 87.718% (-0.002%) from 87.72%
16988124602

push

github

web-flow
feat: Remove 'parquet' feature and some other dependency bloat (#4251)

This is a step in the right direction, removes two of our
slowest-to-build dependencies which are not really needed. I just
re-implemented the cast logic we care about and parquet was just there
for an error variant.

To measure the difference, I ran
```bash
cargo clean; cargo build --release -p vortex --timings --all-features
```

Currently on develop `vortex` has 413 dependencies, with the top 10 in
build time being:
<img width="521" height="405" alt="Screenshot 2025-08-15 at 10 58 51"
src="https://github.com/user-attachments/assets/7ed61150-174b-4ec1-a916-82f06491df9d"
/>

With this PR it has 327 dependencies and the top 10 are:
<img width="527" height="435" alt="Screenshot 2025-08-15 at 11 03 50"
src="https://github.com/user-attachments/assets/49d68b0d-19fd-437b-b346-7b90916c3d5a"
/>

`arrow-ord` and `arrow-select` do some heavier lifting that I think will
be harder to replace, but we should also do that at some point.

---------

Signed-off-by: Adam Gutglick <adam@spiraldb.com>

5 of 13 new or added lines in 3 files covered. (38.46%)

5 existing lines in 2 files now uncovered.

56267 of 64145 relevant lines covered (87.72%)

630424.12 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
35.5
0.82% vortex-error/src/lib.rs
5
66.67
-23.33% vortex-array/src/arrays/varbin/canonical.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
87.3
-0.41% vortex-scalar/src/lib.rs
4
35.5
0.82% vortex-error/src/lib.rs
Jobs
ID Job ID Ran Files Coverage
1 run-ffi - 16988124602.1 15 Aug 2025 10:29AM UTC 534
24.04
GitHub Action Run
2 run-tests - 16988124602.2 15 Aug 2025 10:32AM UTC 640
85.4
GitHub Action Run
3 run-tpc-h - 16988124602.3 15 Aug 2025 10:31AM UTC 580
47.55
GitHub Action Run
Source Files on build 16988124602
  • Tree
  • List 640
  • Changed 5
  • Source Changed 4
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #16988124602
  • 7a89e7fa on github
  • Prev Build on develop (#16983348549)
  • Next Build on develop (#16988622556)
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