YannByron commented on code in PR #2959:
URL: https://github.com/apache/incubator-paimon/pull/2959#discussion_r1517066661


##########
paimon-spark/paimon-spark-common/src/main/java/org/apache/paimon/spark/SparkConnectorOptions.java:
##########
@@ -24,6 +24,13 @@
 
 /** Options for spark connector. */
 public class SparkConnectorOptions {
+
+    public static final ConfigOption<Boolean> INNER_SESSION_CATALOG =
+            key("catalog.inner-session-catalog")

Review Comment:
   `catalog.delegate-built-in-session-catalog`: true means use the original 
spark session catalog.



-- 
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]

Reply via email to