Skip to content

Commit 97e6c45

Browse files
authored
Fix docs deploy after java changes (#7170)
Copy docs from vortex-spark_2.13 as vortex-spark no longer exists Signed-off-by: Robert Kruszewski <github@robertk.io>
1 parent 37bb73d commit 97e6c45

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
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

docs/developer-guide/internals/architecture.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ Language bindings expose Vortex to non-Rust environments.
7676

7777
Query 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

0 commit comments

Comments
 (0)