srielau commented on code in PR #55717:
URL: https://github.com/apache/spark/pull/55717#discussion_r3196678967
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -2471,6 +2471,18 @@ object SQLConf {
.booleanConf
.createWithDefault(false)
+ val DEFAULT_PATH =
+ buildConf("spark.sql.defaultPath")
+ .version("4.2.0")
+ .doc("Default SQL PATH used when no SET PATH has been issued in the
session, and the " +
+ "value SET PATH = DEFAULT_PATH expands to. Accepts the full SET PATH
grammar; an inner " +
+ "DEFAULT_PATH token resolves to the spark-builtin default ordering.
When empty, the " +
+ "spark-builtin default ordering controlled by " +
+ "[[SESSION_FUNCTION_RESOLUTION_ORDER]] applies.")
Review Comment:
test 2477-2481
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]