pan3793 commented on code in PR #53342:
URL: https://github.com/apache/spark/pull/53342#discussion_r2592039178
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -2138,6 +2138,14 @@ object SQLConf {
.enumConf(classOf[Level])
.createWithDefault(Level.TRACE)
+ val DROP_TABLE_VIEW_ENABLED =
+ buildConf("spark.sql.dropTableOnView.enabled")
+ .doc("When true, DROP TABLE command will work on VIEW as well.")
+ .version("4.2.0")
+ .owner("eng-sql-team-beg")
Review Comment:
what's this?
--
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]