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

vortex-data / vortex / 16809793495
88%

Build:
DEFAULT BRANCH: develop
Ran 07 Aug 2025 04:14PM UTC
Jobs 2
Files 642
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

07 Aug 2025 04:09PM UTC coverage: 84.856% (+0.1%) from 84.726%
16809793495

push

github

web-flow
chore: add CastKernel implementations for remaining array encodings (#4131)

Implements CastKernel for 7 array encodings that were missing cast
support:
- ALPRDArray: Floating-point encoding, supports nullability changes
- ByteBoolArray: Boolean encoding, delegates to BoolArray for type casts
- DecimalBytePartsArray: Decimal encoding, only supports
decimal-to-decimal casts
- DeltaArray: Delta encoding for unsigned integers only (avoids
overflow)
- PcoArray: Pcodec compression, handles nullability without
decompression
- SequenceArray: Arithmetic sequences, limited to integer types
- ZstdArray: Zstandard compression, handles nullability without
decompression

Each implementation includes:
- Optimized nullability-only changes without decoding
- Proper delegation to canonical form for unsupported casts
- Comprehensive test coverage with rstest parameterization
- Clear documentation of encoding-specific restrictions

🤖 Generated with [Claude Code](https://claude.ai/code)

---------

Signed-off-by: Will Manning <will@willmanning.io>
Co-authored-by: Claude <noreply@anthropic.com>

459 of 469 new or added lines in 13 files covered. (97.87%)

50641 of 59679 relevant lines covered (84.86%)

567112.34 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
98.18
encodings/alp/src/alp_rd/compute/cast.rs
1
97.62
encodings/fastlanes/src/delta/compute/cast.rs
3
92.5
encodings/decimal-byte-parts/src/decimal_byte_parts/compute/cast.rs
5
94.44
encodings/sequence/src/compute/cast.rs
Jobs
ID Job ID Ran Files Coverage
1 run-tpc-h - 16809793495.1 07 Aug 2025 04:14PM UTC 585
48.02
GitHub Action Run
2 run-tests - 16809793495.2 07 Aug 2025 04:15PM UTC 642
82.61
GitHub Action Run
Source Files on build 16809793495
  • Tree
  • List 642
  • Changed 11
  • Source Changed 8
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #16809793495
  • cc5d6440 on github
  • Prev Build on develop (#16809286174)
  • Next Build on develop (#16810763313)
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