Avatar for the vortex-data user
vortex-data
vortex
BlogDocsChangelog

Performance History

Latest Results

Pull up shared dictionary values from chunks Signed-off-by: Nicholas Gates <nick@nickgates.com>
ngates/onpair-split-3-chunked-dict-values-pullup
4 minutes ago
fix Signed-off-by: Adam Gutglick <adam@spiraldb.com>
adamg/support-settings-config-session
12 minutes ago
fix(array): don't panic on unsupported arrow types (#8564) ## Summary `DType::from_arrow` hit the `unimplemented!` fallback arm for unsupported Arrow types (`Duration`, `Interval`, `FixedSizeBinary`), which surfaced in Python as a `PanicException` instead of a clean error. I added a fallible `TryFromArrowType` conversion that returns a `VortexError` on that arm, kept the infallible `FromArrowType` as a thin delegate for existing trusted callers, and routed the `ArrowSession` leaf path and the Python entry points through it so unsupported types raise a clean `ValueError`. The error keeps the `not supported` marker so it lands in the fuzzer's existing unsupported-type skip path; the `Duration`/`FixedSizeBinary` generation exclusions can be lifted once the fuzzer is on `develop`. Closes: #8346 ## Testing Added an rstest in `vortex-array/src/dtype/arrow.rs` checking `Duration`/`Interval`/`FixedSizeBinary` error cleanly as a leaf and nested in a field/schema, plus a parametrized regression test in `vortex-python/test/test_array.py` for the issue's repro; both of the issue's Python snippets now raise `ValueError` instead of panicking. `cargo nextest run -p vortex-array` (3060 tests) and `uv run --all-packages pytest vortex-python/test/test_array.py` pass; `fmt --all`, `clippy --all-targets --all-features`, `cargo doc`, `basedpyright` and `ruff` are clean. --- I'm Korean, so sorry if any wording reads a little awkward. Signed-off-by: Han Damin <miniex@daminstudio.net>
develop
25 minutes ago

Latest Branches

CodSpeed Performance Gauge
+6%
Support session-time source configuration in DataFusion, and clear up precedence between config sources#8575
20 minutes ago
05fa753
adamg/support-settings-config-session
CodSpeed Performance Gauge
+16%
20 minutes ago
e0b6d96
ngates/selection-index-sortedness
CodSpeed Performance Gauge
-36%
42 minutes ago
d15418f
ngates/fsst-like-pushdown
© 2026 CodSpeed Technology
Home Terms Privacy Docs