maomaodev commented on code in PR #7370:
URL: https://github.com/apache/kyuubi/pull/7370#discussion_r3006358329
##########
extensions/spark/kyuubi-spark-connector-hive/src/main/scala/org/apache/kyuubi/spark/connector/hive/KyuubiHiveConnectorConf.scala:
##########
@@ -57,4 +57,12 @@ object KyuubiHiveConnectorConf {
.version("1.11.0")
.booleanConf
.createWithDefault(true)
+
+ val DROP_TABLE_WITH_PURGE =
+ buildConf("spark.sql.kyuubi.hive.connector.dropTableWithPurge")
+ .doc("When enabled, the DROP TABLE command will completely remove its
data " +
+ "by skipping trash, equivalent to the PURGE TABLE command.")
+ .version("1.12.0")
+ .booleanConf
+ .createWithDefault(false)
Review Comment:
Okay, I misunderstood what you meant. The code has been restored.
--
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]