vortex-data
vortex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
feat(vortex-geo): add native geoarrow.box bounding-box type (#8746) ## Rationale for this change Groundwork for spatial chunk-pruning: the upcoming geometry-bounds zone-map needs to store bounding boxes as a first-class geometry so the pruning rules can reuse the existing `ST_Distance` / `ST_Intersects` / `ST_Contains` kernels on them instead of hand-rolled box math. ## What changes are included in this PR? - New `Rect` extension type (`vortex.geo.box`, GeoArrow's `geoarrow.box`): an axis-aligned box stored as `Struct<xmin, ymin[, zmin][, mmin], xmax, ymax[, zmax][, mmax]>` of non-nullable `f64`. --------- Signed-off-by: Nemo Yu <zyu379@wisc.edu>
develop
13 minutes ago
bench: enable list layout for SQL benchmarks Set VORTEX_EXPERIMENTAL_LIST_LAYOUT=1 at the job level so statpopgen data is written and queried with ListLayout. Revert before merge if list layout should stay off for the develop baseline. Signed-off-by: Matt Katz <mhkatz97@gmail.com>
mk/list-layout-bench-ci
27 minutes ago
Merge branch 'develop' into nemo/geo-box-type
nemo/geo-box-type
33 minutes ago
fix(vortex-geo): drop redundant explicit rustdoc link in rect docs Signed-off-by: Nemo Yu <zyu379@wisc.edu>
nemo/geo-box-type
34 minutes ago
Add Union scalar support Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
ct/union-scalar
45 minutes ago
Reject negative Union type IDs (#8738) ## Summary Tracking issue: https://github.com/vortex-data/vortex/issues/7882 - reject negative `UnionVariants` type IDs during shape validation - document the Arrow-compatible `0..=127` range - add regression coverage for negative tags ## Why Arrow-rs rejects negative Union type IDs. Enforcing the same range before the scalar and canonical array APIs harden avoids accepting schemas that cannot round-trip through Arrow. Extracted as a prerequisite from the Union scalar work tracked by #7882. Signed-off-by: "Connor Tsui" <connor.tsui20@gmail.com>
develop
1 hour ago
move stuff around Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
ct/compressor-module-refactor
2 hours ago
Add Union scalar support Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
ct/union-scalar
2 hours ago
Latest Branches
CodSpeed Performance Gauge
+2%
[bench, do not merge] list layout enabled for SQL benchmarks
#8747
59 minutes ago
e88f716
mk/list-layout-bench-ci
CodSpeed Performance Gauge
-2%
feat(vortex-geo): add native geoarrow.box bounding-box type
#8746
34 minutes ago
98bdc0e
nemo/geo-box-type
CodSpeed Performance Gauge
+2%
Add `UnionScalar`
#8739
6 hours ago
4893177
ct/union-scalar
Ā© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs