bowenliang123 commented on code in PR #4125:
URL: https://github.com/apache/kyuubi/pull/4125#discussion_r1064241250
##########
extensions/spark/kyuubi-spark-authz/src/test/scala/org/apache/kyuubi/plugin/spark/authz/gen/TableCommands.scala:
##########
@@ -518,6 +518,19 @@ object TableCommands {
TableCommandSpec(cmd, Nil, queryDescs = Seq(queryDesc))
}
+ val InsertIntoHadoopFsRelationCommand = {
+ val cmd =
"org.apache.spark.sql.execution.datasources.InsertIntoHadoopFsRelationCommand"
+ val actionTypeDesc = ActionTypeDesc(null, null, Some("UPDATE"))
Review Comment:
OK, will add a SaveModeActionTypeExtractor to determine ActionType `INSERT`
or `INSERT_OVERWRITE` in this case.
--
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]