AngersZhuuuu commented on code in PR #5448:
URL: https://github.com/apache/kyuubi/pull/5448#discussion_r1371046174
##########
extensions/spark/kyuubi-spark-authz/src/main/resources/table_command_spec.json:
##########
@@ -1716,6 +1744,20 @@
"fieldName" : "mergeInto",
"fieldExtractor" : "HudiMergeIntoSourceTableExtractor"
} ]
+}, {
+ "classname" : "org.apache.spark.sql.hudi.command.RefreshIndexCommand",
+ "tableDescs" : [ {
+ "fieldName" : "table",
+ "fieldExtractor" : "CatalogTableTableExtractor",
+ "columnDesc" : null,
+ "actionTypeDesc" : null,
+ "tableTypeDesc" : null,
+ "catalogDesc" : null,
+ "isInput" : true,
Review Comment:
Follow refresh table
<img width="746" alt="截屏2023-10-25 上午10 20 23"
src="https://github.com/apache/kyuubi/assets/46485123/eae7522a-a1c4-4931-bcb9-94b3add5fc31">
##########
extensions/spark/kyuubi-spark-authz/src/main/resources/table_command_spec.json:
##########
@@ -1716,6 +1744,20 @@
"fieldName" : "mergeInto",
"fieldExtractor" : "HudiMergeIntoSourceTableExtractor"
} ]
+}, {
+ "classname" : "org.apache.spark.sql.hudi.command.RefreshIndexCommand",
+ "tableDescs" : [ {
+ "fieldName" : "table",
+ "fieldExtractor" : "CatalogTableTableExtractor",
+ "columnDesc" : null,
+ "actionTypeDesc" : null,
+ "tableTypeDesc" : null,
+ "catalogDesc" : null,
+ "isInput" : true,
Review Comment:
Follow refresh table
<img width="746" alt="截屏2023-10-25 上午10 20 23"
src="https://github.com/apache/kyuubi/assets/46485123/eae7522a-a1c4-4931-bcb9-94b3add5fc31">
--
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]