HyukjinKwon commented on a change in pull request #29387:
URL: https://github.com/apache/spark/pull/29387#discussion_r477069699
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -2722,6 +2722,17 @@ object SQLConf {
.booleanConf
.createWithDefault(false)
+ val TRUNCATE_TRASH_ENABLED =
+ buildConf("spark.sql.truncate.trash.enabled")
Review comment:
quick question, do we want to have each configuration for each
operation? Looks like https://github.com/apache/spark/pull/29319 targets
similar stuff. Maybe it'd make more sense to have a global configuration.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]