FANNG1 commented on code in PR #6212: URL: https://github.com/apache/gravitino/pull/6212#discussion_r1923243606
########## docs/spark-connector/spark-catalog-jdbc.md: ########## @@ -0,0 +1,69 @@ +--- +title: "Spark connector JDBC catalog" +slug: /spark-connector/spark-catalog-jdbc +keyword: spark connector jdbc catalog +license: "This software is licensed under the Apache License version 2." +--- + +The Apache Gravitino Spark connector offers the capability to read JDBC tables, with the metadata managed by the Gravitino server. To enable the use of the JDBC catalog within the Spark connector, you must download the jdbc driver jar which you used to Spark classpath. + +## Capabilities Review Comment: The current implement could support Mysql&PG natively, for OB which is compatible with Mysql Dialects could use Mysql driver and Mysql Dialects as a trackoff way. But Doris seems we could only do simple SQL because it may doesn't support Mysql Dialects. YES? could you add supported JDBC Dialects too? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
