jerryshao commented on code in PR #8213: URL: https://github.com/apache/gravitino/pull/8213#discussion_r2347749324
########## docs/spark-connector/spark-catalog-paimon.md: ########## @@ -5,7 +5,7 @@ keyword: spark connector paimon catalog license: "This software is licensed under the Apache License version 2." --- -The Apache Gravitino Spark connector offers the capability to read and write Paimon tables, with the metadata managed by the Gravitino server. To enable the use of the Paimon catalog within the Spark connector now, you must set download [Paimon Spark runtime jar](https://paimon.apache.org/docs/0.8/spark/quick-start/#preparation) to Spark classpath. +The Apache Gravitino Spark connector offers the capability to read and write Paimon tables, with the metadata managed by the Gravitino server. To enable the use of the Paimon catalog within the Spark connector now, you must set the configuration `spark.sql.gravitino.enablePaimonSupport` to `true` and download [Paimon Spark runtime jar](https://paimon.apache.org/docs/1.2/spark/quick-start/#preparation) to Spark classpath. Review Comment: Why do we need to use another configuration to enable the Paimon support, can you please elaborate more? -- 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]
