Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/20886#discussion_r179007898
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
@@ -1152,6 +1152,13 @@ object SQLConf {
.booleanConf
.createWithDefault(false)
+ val ALLOW_NONEMPTY_MANAGED_TABLE_LOCATION =
+ buildConf("spark.sql.allowNonemptyManagedTableLocation")
--- End diff --
`spark.sql.allowCreateManagedTableUsingNonemptyLocation`
Also this should be an internal conf
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]