gatorsmile commented on a change in pull request #26956: [SPARK-30312][SQL]
Preserve path permission and acl when truncate table
URL: https://github.com/apache/spark/pull/26956#discussion_r366680558
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -1988,6 +1988,14 @@ object SQLConf {
.booleanConf
.createWithDefault(false)
+ val TRUNCATE_TABLE_IGNORE_PERMISSION_ACL =
+ buildConf("spark.sql.truncateTable.ignorePermissionAcl")
Review comment:
-> spark.sql.truncateTable.ignorePermissionAcl.enabled?
----------------------------------------------------------------
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]