zml1206 commented on code in PR #5685:
URL: https://github.com/apache/kyuubi/pull/5685#discussion_r1391419876
##########
extensions/spark/kyuubi-spark-authz/src/test/scala/org/apache/kyuubi/plugin/spark/authz/gen/DeltaCommands.scala:
##########
@@ -27,15 +27,11 @@ object DeltaCommands extends CommandSpecs[TableCommandSpec]
{
val cmd = "org.apache.spark.sql.delta.commands.DeleteCommand"
val actionTypeDesc = ActionTypeDesc(actionType = Some(UPDATE))
val tableDesc = TableDesc(
- "catalogTable",
- classOf[CatalogTableOptionTableExtractor],
- actionTypeDesc = Some(actionTypeDesc))
- TableCommandSpec(cmd, Seq(tableDesc))
- val targetDesc = TableDesc(
Review Comment:
Delta Lake 3.0 contains both `catalogTable` and `target`, before Delta Lake
is `target`, therefore `catalogTable` is redundant
--
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]