dongjoon-hyun commented on a change in pull request #24594: [SPARK-27693][SQL]
Add default catalog property
URL: https://github.com/apache/spark/pull/24594#discussion_r285668687
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -1767,6 +1767,11 @@ object SQLConf {
"with String")
.booleanConf
.createWithDefault(false)
+
+ val DEFAULT_V2_CATALOG = buildConf("spark.sql.default.catalog")
Review comment:
As @rdblue mentioned, `spark.sql.catalog.default` has meaning. Also, the
`spark.sql.default.catalog` was the name already used in our code base before
this PR.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]