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

vortex-data / vortex / 16137011193
88%

Build:
DEFAULT BRANCH: develop
Ran 08 Jul 2025 07:44AM UTC
Jobs 1
Files 582
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

08 Jul 2025 07:38AM UTC coverage: 78.253% (+0.05%) from 78.199%
16137011193

push

github

web-flow
fix: DecimalByteParts compare with overflow and nullable elements (#3789)

Fuzzer is [currently
failing](https://github.com/vortex-data/vortex/actions/runs/16105049077/job/45439258523)
on an optimization pathway in DecimalBytePartsArray, where the constant
cannot be represented in the narrowed PType of DBP's narrowed PType.

So for example if you have a nullable DecimalByteParts with values
`None, Some(1i32), Some(2i32)` and you do the comparison `<=
ConstantArray(Some(999999999999999i128))`, we'd first try and cast
`999999999999999i128` to an `i32`, and when that fails we'd assume that
it is larger than all values in the original array, so immediately
return `ConstantArray(true)`.

However, that disregards the validity information. I've updated the
branch so that the optimized pathway is only taken if the array and the
constant are non-null

Separately I removed the references to lower_parts, it was a lot of
cruft and idk when we're going to implement it so just put a note that
we're receiving a field for it in the struct and metadata.

---------

Signed-off-by: Andrew Duffy <andrew@a10y.dev>

74 of 80 new or added lines in 6 files covered. (92.5%)

3 existing lines in 3 files now uncovered.

43978 of 56200 relevant lines covered (78.25%)

55266.7 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
88.76
2.37% encodings/decimal-byte-parts/src/decimal_byte_parts/compute/compare.rs
1
92.86
11.28% encodings/decimal-byte-parts/src/decimal_byte_parts/serde.rs
2
0.0
0.0% encodings/decimal-byte-parts/src/decimal_byte_parts/compute/filter.rs
2
71.91
5.24% encodings/decimal-byte-parts/src/decimal_byte_parts/mod.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
88.76
2.37% encodings/decimal-byte-parts/src/decimal_byte_parts/compute/compare.rs
1
0.0
0.0% encodings/decimal-byte-parts/src/decimal_byte_parts/compute/filter.rs
1
71.91
5.24% encodings/decimal-byte-parts/src/decimal_byte_parts/mod.rs
Jobs
ID Job ID Ran Files Coverage
1 16137011193.1 08 Jul 2025 07:44AM UTC 582
78.25
GitHub Action Run
Source Files on build 16137011193
  • Tree
  • List 582
  • Changed 6
  • Source Changed 6
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #16137011193
  • a4217f3d on github
  • Prev Build on develop (#16122162029)
  • Next Build on develop (#16139349253)
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