Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
e3fbe76
docs: document variant get implementation inventory
AdamGS May 7, 2026
b80c0c7
test: add parquet variant baseline coverage
AdamGS May 7, 2026
1624fd4
feat: add canonical variant storage shape
AdamGS May 7, 2026
a1d9b61
fix: preserve variant shredded rows
AdamGS May 7, 2026
6f359b8
feat(vortex-array): add variant get scalar skeleton
AdamGS May 7, 2026
02dcd77
feat(parquet-variant): add unshredded variant get fallback
AdamGS May 7, 2026
2ee0eef
feat: harden shredded variant_get extraction
AdamGS May 7, 2026
31cb7ea
feat: push down datafusion variant_get projections
AdamGS May 7, 2026
022a0c9
More work
AdamGS May 11, 2026
3b16ea4
Less verbose tests
AdamGS May 11, 2026
f808726
More things
AdamGS May 11, 2026
684c442
Fix recursive canonicalization
AdamGS May 11, 2026
f0916c2
More docs and cleanup
AdamGS May 11, 2026
0a9ba90
better ParquetVariant
AdamGS May 11, 2026
80f86fe
docs
AdamGS May 11, 2026
f5dad5e
Reduce public API
AdamGS May 11, 2026
646c9b5
Self-CR things
AdamGS May 11, 2026
f6e400a
Better scalar at for variants
AdamGS May 11, 2026
60c57ac
DCO Remediation Commit for Adam Gutglick <adam@spiraldb.com>
AdamGS May 12, 2026
17edd85
Call out object shredding docs
AdamGS May 12, 2026
6839c40
CR comments and better chunked variant handling
AdamGS May 12, 2026
2c99659
DCO Remediation Commit for Adam Gutglick <adam@spiraldb.com>
AdamGS May 12, 2026
ed5e68c
Dont use slot index
AdamGS May 14, 2026
d164675
handle error nicley
AdamGS May 14, 2026
0ff0f40
some docs and tests
AdamGS May 14, 2026
b66915c
some comments
AdamGS May 14, 2026
95fc8e4
Some more docs
AdamGS May 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion encodings/parquet-variant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@ vortex-session = { workspace = true }

[dev-dependencies]
rstest = { workspace = true }
tokio = { workspace = true, features = ["full"] }
vortex-array = { workspace = true, features = ["_test-harness"] }

vortex-file = { workspace = true, features = ["tokio"] }
vortex-io = { workspace = true, features = ["tokio"] }
vortex-layout = { workspace = true }
Loading
Loading