AngersZhuuuu commented on code in PR #5972:
URL: https://github.com/apache/kyuubi/pull/5972#discussion_r1462692836


##########
extensions/spark/kyuubi-spark-authz/src/main/resources/table_command_spec.json:
##########
@@ -2033,7 +2033,17 @@
   } ],
   "opType" : "QUERY",
   "queryDescs" : [ ],
-  "uriDescs" : [ ]
+  "uriDescs" : [ {
+    "fieldName" : "clone",
+    "fieldExtractor" : "HudiCallProcedureInputUriExtractor",
+    "isInput" : true,
+    "comment" : "Hudi"

Review Comment:
   > thanks @AngersZhuuuu for the suggestion.
   > 
   > Maybe I misunderstood your meaning, do you mean the 'comment' attribute 
that can be removed?
   
   Yea, if you want to add comment to define query type, we can add it in top 
level 
   ``` {
     "classname" : 
"org.apache.spark.sql.hudi.command.CallProcedureHoodieCommand",
     "comment": "Hudi"
   ````



-- 
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]

Reply via email to