vortex-data
vortex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Fix CI: thread ExecutionCtx and update stale tests The previous commit did not compile or pass tests. Fixes: - filter/vtable.rs: pass `ctx` to `execute_filter` (now takes ExecutionCtx). - builders/varbinview.rs: thread `ctx` through `BuffersWithOffsets::from_array` into `buffer_utilizations`. - builders/list.rs + list/vtable: `append_list_array` now takes `&ArrayRef` (it canonicalizes to ListView internally); slices return ArrayRef, so the test no longer downcasts an empty/sliced array to `List` (an empty slice canonicalizes to ListView, which made `.downcast::<List>()` panic). - listview tests: `verify_is_zero_copy_to_list` was removed; validation now happens inside `with_zero_copy_to_list` (panics on invalid), so the tests were updated to the new API. - Remove unused `LEGACY_SESSION`/`VortexSessionExecute` imports in filter/execute/varbinview.rs and fixed_size_list/array.rs. - Apply rustfmt to the crate. Signed-off-by: Robert <robert@spiraldb.com> Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Mkrgj5SuJpaKBXK9jydtSc
claude/nice-hypatia-g68zgt
9 hours ago
Replace ToCanonical trait usages with execute This also removes ArrayBuilder::extend_from_array and moves that logic in to ArrayRef::append_to_builder Plumb ExecutionCtx through more methods instead of creating fresh one. Signed-off-by: Robert Kruszewski <github@robertk.io>
claude/nice-hypatia-g68zgt
10 hours ago
sqllogictest: fix list_length test expectations, use array_length(b) >= 3 filters Signed-off-by: Matt Katz <mhkatz97@gmail.com>
mk/datafusion-list-length-pushdown
12 hours ago
sqllogictest: back list_length test by a Vortex external table Signed-off-by: Matt Katz <mhkatz97@gmail.com>
mk/datafusion-list-length-pushdown
12 hours ago
test: add tests for multipolygon Signed-off-by: Nemo Yu <zyu379@wisc.edu>
nemo/geo-multipolygin
13 hours ago
feat: support geo multipolygon Signed-off-by: Nemo Yu <zyu379@wisc.edu>
nemo/geo-multipolygin
13 hours ago
sqllogictest: mirror duckdb list_length coverage, show repartition blocks projection fold Signed-off-by: Matt Katz <mhkatz97@gmail.com>
mk/datafusion-list-length-pushdown
14 hours ago
address review: simplify dimension check, move e2e to sqllogictest Signed-off-by: Matt Katz <mhkatz97@gmail.com>
mk/datafusion-list-length-pushdown
15 hours ago
Latest Branches
CodSpeed Performance Gauge
-15%
Replace ToCanonical trait usages with execute
#8609
3 days ago
68e5d78
claude/nice-hypatia-g68zgt
CodSpeed Performance Gauge
-3%
perf(datafusion): push down `list_length` expression
#8600
12 hours ago
8c86869
mk/datafusion-list-length-pushdown
CodSpeed Performance Gauge
-8%
feat(vortex-geo): add MultiPolygon extension type + WKB export for native geometry
#8608
13 hours ago
a3c046b
nemo/geo-multipolygin
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs