1 file changed
+1
-1
lines changed- .github/workflows/bench-pr.yml+1-1
- .github/workflows/ci.yml+5-7
- .github/workflows/claude.yml+1-1
- .github/workflows/docs.yml+1-1
- .github/workflows/sql-benchmarks.yml+1-1
- .github/workflows/typos.yml+19
- Cargo.lock+171-157
- Cargo.toml+3-3
- _typos.toml+16
- bench-vortex/src/metrics.rs+1
- docs/concepts/layouts.md+1-1
- docs/specs/file-format.md+1-1
- java/build.gradle.kts+1-1
- java/versions.lock+8-8
- java/versions.props+1-1
- java/vortex-jni/build.gradle.kts+1-1
- java/vortex-spark/build.gradle.kts+1-1
- java/vortex-spark/src/main/java/dev/vortex/spark/SparkTypes.java+1-1
- taplo.toml+1-1
- uv.lock+141-124
- vortex-array/Cargo.toml+1
- vortex-array/benches/take_strings.rs+3-3
- vortex-array/src/arrays/list/mod.rs+6-2
- vortex-array/src/arrays/list/tests.rs+40-1
- vortex-array/src/arrow/datum.rs+9
- vortex-array/src/builders/bool.rs+1-1
- vortex-array/src/builders/decimal.rs+1-1
- vortex-array/src/builders/extension.rs+2-2
- vortex-array/src/builders/fixed_size_list.rs+1-1
- vortex-array/src/builders/list.rs+1-1
- vortex-array/src/builders/listview.rs+1-1
- vortex-array/src/builders/mod.rs+14-1
- vortex-array/src/builders/null.rs+1-3
- vortex-array/src/builders/primitive.rs+1-1
- vortex-array/src/builders/struct_.rs+1-1
- vortex-array/src/builders/varbinview.rs+1-1
- vortex-array/src/canonical.rs+1-1
- vortex-array/src/compute/compare.rs+156-21
- vortex-array/src/compute/zip.rs+47-3
- vortex-datafusion/src/persistent/source.rs+2-1
- vortex-dtype/src/dtype.rs+10
- vortex-duckdb/cpp/include/duckdb_vx/table_function.h+10
- vortex-duckdb/cpp/table_function.cpp+25
- vortex-duckdb/src/duckdb/logical_type.rs+12
- vortex-duckdb/src/duckdb/table_function/mod.rs+7
- vortex-duckdb/src/duckdb/table_function/virtual_columns.rs+41
- vortex-duckdb/src/e2e_test/vortex_scan_test.rs-4
- vortex-duckdb/src/exporter/dict.rs+1-1
- vortex-duckdb/src/exporter/mod.rs+4-2
- vortex-duckdb/src/scan.rs+12-1
- vortex-error/src/lib.rs+5-1
- vortex-expr/src/traversal/fold.rs+1-1
- vortex-file/src/segments/writer.rs+2-2
- vortex-ipc/src/stream.rs+1-1
- vortex-layout/src/flatbuffers.rs+1-1
- vortex-layout/src/layout.rs+2-2
- vortex-layout/src/layouts/flat/writer.rs+1
- vortex-mask/src/bitops.rs+4-4
- vortex-python/python/vortex/dataset.py+7-7
- vortex-python/src/expr/mod.rs+9-9
- vortex-python/src/io.rs+2-2
- vortex-python/test/test_compress.py+1-1
- vortex-python/test/test_dataset.py+3-3
0 commit comments