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

vortex-data / vortex / 16137011193 / 1
88%
develop: 88%

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

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>

43978 of 56200 relevant lines covered (78.25%)

55266.7 hits per line

Source Files on job 16137011193.1
  • Tree
  • List 582
  • Changed 6
  • Source Changed 6
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 16137011193
  • a4217f3d on github
  • Prev Job for on develop (#16122162029.1)
  • Next Job for on develop (#16139349253.1)
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