maomaodev commented on code in PR #7370:
URL: https://github.com/apache/kyuubi/pull/7370#discussion_r3000026959
##########
extensions/spark/kyuubi-spark-connector-hive/src/main/scala/org/apache/kyuubi/spark/connector/hive/HiveTableCatalog.scala:
##########
@@ -392,6 +392,8 @@ class HiveTableCatalog(sparkSession: SparkSession)
loadTable(ident)
}
+ override def purgeTable(ident: Identifier): Boolean = dropTable(ident)
Review Comment:
你的意思是 KSHC 不支持 purgeTable 属于预期行为,还是说我们应该将 dropTable 和 purgeTable 区分开来?
目前 dropTable 的默认实现是将 purge 设为 true,所以我一直没有把它们视为不同的操作。
--
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]