File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
docs/developer-guide/internals Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4949 mkdir -p docs/_static/vortex-jni
5050 mkdir -p docs/_static/vortex-spark
5151 cp -r java/vortex-jni/build/docs/javadoc/* docs/_static/vortex-jni/
52- cp -r java/vortex-spark /build/docs/javadoc/* docs/_static/vortex-spark/
52+ cp -r java/vortex-spark_2.13 /build/docs/javadoc/* docs/_static/vortex-spark/
5353 - name : build Python and Rust docs
5454 run : |
5555 uv run --all-packages make -C docs html
Original file line number Diff line number Diff line change @@ -76,12 +76,12 @@ Language bindings expose Vortex to non-Rust environments.
7676
7777Query engine integrations allow Vortex files to be queried through existing analytics engines.
7878
79- | Crate / Directory | Engine | Notes |
80- | -------------------- | ---------- | -------------------------------------------- |
81- | ` vortex-datafusion/ ` | DataFusion | ` TableProvider ` and ` FileFormat ` integration |
82- | ` vortex-duckdb/ ` | DuckDB | Table function integration |
83- | ` java/vortex-spark / ` | Spark | DataSource V2 connector via JNI |
84- | ` java/vortex-trino/ ` | Trino | Trino connector (in development) |
79+ | Crate / Directory | Engine | Notes |
80+ | ---------------------------------- | ---------- | ---------------------------------------------- |
81+ | ` vortex-datafusion/ ` | DataFusion | ` TableProvider ` and ` FileFormat ` integration |
82+ | ` vortex-duckdb/ ` | DuckDB | Table function integration |
83+ | ` java/vortex-spark_{2.12,2.13} / ` | Spark | Spark DataSource V2 connector via JNI |
84+ | ` java/vortex-trino/ ` | Trino | Trino connector (in development) |
8585
8686## Other Crates
8787
You can’t perform that action at this time.
0 commit comments