GitHub user cshuo added a comment to the discussion: Spark query and write serving endpoint for hudi-lakehouse
Thanks, Vinoth. Spark Connect looks viable: - **JDBC:** Available from Apache Spark 4.1. - **ADBC:** Both the driver you linked and the [Foundry driver](https://adbc-drivers.org/drivers/spark/) support Connect. - **ODBC:** I haven't found a driver that directly supports generic Spark Connect endpoints. I'd suggest starting with Connect under `hudi-lakehouse` and validating Hudi reads/writes through JDBC/ADBC. Do we have any ODBC-only clients that must be supported initially? GitHub link: https://github.com/apache/hudi/discussions/19843#discussioncomment-18378190 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
