dongjoon-hyun commented on a change in pull request #29552:
URL: https://github.com/apache/spark/pull/29552#discussion_r479699220
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -2722,6 +2722,18 @@ object SQLConf {
.booleanConf
.createWithDefault(false)
+ val TRUNCATE_TRASH_ENABLED =
+ buildConf("spark.sql.truncate.trash.enabled")
+ .doc("This configuration decides when truncating table, whether data
files will be moved " +
+ "to trash directory or deleted permanently. The trash retention time
is controlled by " +
+ "fs.trash.interval, and in default, the server side configuration
value takes " +
Review comment:
`fs.trash.interval` -> `'fs.trash.interval'`
----------------------------------------------------------------
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]