You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(spark): refresh the user guide against the shipped connector (#9607)
The user guide still named `0.78.0`, seven releases behind the `0.85.0`
on Maven Central, so copying the `--jars` URL or the dependency snippet
pulled a stale JAR. `java/vortex-spark/README.md` had drifted too.
Three things the page omits although they ship: `MapType` (covered by
`testWriteAndReadMapColumns`), filter pushdown
(`SupportsPushDownV2Filters` since #7785), and Azure paths
(`fs.azure.account.key*` is forwarded from the Hadoop config).
## Tests
`make -C docs html` succeeds under the repo's `--fail-on-warning`, same
warning count as develop; the documented 2.13 URL returns HTTP 200.
## AI assistance
Written with agentic AI assistance; I verified each claim against the
code it describes.
Signed-off-by: jackylee <qcsd2011@gmail.com>
0 commit comments