vortex-data
vortex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
format Signed-off-by: Robert Kruszewski <github@robertk.io>
rk/sparkfilterpushdown
1 hour ago
Rename stats rewrite session Signed-off-by: Nicholas Gates <nick@nickgates.com>
ngates/stats-7707/typed-stats-rewrite-api
6 hours ago
Thread scope dtype through stats rewrites Signed-off-by: Nicholas Gates <nick@nickgates.com>
ngates/stats-7707/typed-stats-rewrite-api
6 hours ago
Tighten pruning aggregate semantics Signed-off-by: Nicholas Gates <nick@nickgates.com>
ngates/stats-7707/min-max-aggregate-fns
6 hours ago
Fix NaN pruning aggregate support Signed-off-by: Nicholas Gates <nick@nickgates.com>
ngates/stats-7707/min-max-aggregate-fns
7 hours ago
Update Rust crate sysinfo to 0.39.0
renovate/sysinfo-0.x
18 hours ago
Address TLDR metadata review Signed-off-by: "Nicholas Gates" <nick@nickgates.com>
ngates/file-metadata-segments
1 day ago
fix(decimal): fall back to Arrow comparison when bound storage type differs from array storage type When `between_unpack` could not cast a bound scalar's backing integer value to the array's storage type `T` (e.g. `DecimalValue::I32(82246)` → `i16`), it previously returned `Err(vortex_bail!(...))`. The fuzzer found a case where a `DecimalArray` with `values_type = I16` received a bound stored as `DecimalValue::I32`, causing the error to propagate and the fuzz harness to panic via `vortex_expect`. The fix: return `Ok(None)` instead of `Err(...)` in that case, signalling that this kernel cannot handle the input. `between_canonical` then falls through to the generic Arrow-based comparison path, which compares decimal values semantically by their shared precision and scale and correctly handles mixed storage widths. A regression test exercises the exact scenario from the crash report: an `i16`-backed decimal array compared against bounds backed by `i32`, where the upper bound value (82246) exceeds `i16::MAX`. Fixes #7955 Co-authored-by: Nicholas Gates <gatesn@users.noreply.github.com> Signed-off-by: "Claude" <claude@anthropic.com>
claude/issue-7955-20260515-2235
2 days ago
Latest Branches
CodSpeed Performance Gauge
-3%
Add FilterPushdown support to spark data source
#7785
4 days ago
6226d72
rk/sparkfilterpushdown
CodSpeed Performance Gauge
-15%
Thread scope dtype through stats rewrites
#7958
6 hours ago
dd555d9
ngates/stats-7707/typed-stats-rewrite-api
CodSpeed Performance Gauge
0%
Add pruning aggregate functions
#7934
6 hours ago
30b42c6
ngates/stats-7707/min-max-aggregate-fns
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs