diff --git a/extensions/spark/kyuubi-spark-authz/src/main/resources/database_command_spec.json b/extensions/spark/kyuubi-spark-authz/src/main/resources/database_command_spec.json index 3918186ac80..5891fb1e548 100644 --- a/extensions/spark/kyuubi-spark-authz/src/main/resources/database_command_spec.json +++ b/extensions/spark/kyuubi-spark-authz/src/main/resources/database_command_spec.json @@ -215,4 +215,4 @@ } ], "opType" : "SWITCHDATABASE", "uriDescs" : [ ] -} ] +} ] \ No newline at end of file diff --git a/extensions/spark/kyuubi-spark-authz/src/main/resources/function_command_spec.json b/extensions/spark/kyuubi-spark-authz/src/main/resources/function_command_spec.json index 8644f9860ca..14dad8e2a3f 100644 --- a/extensions/spark/kyuubi-spark-authz/src/main/resources/function_command_spec.json +++ b/extensions/spark/kyuubi-spark-authz/src/main/resources/function_command_spec.json @@ -111,4 +111,4 @@ "comment" : "" } ], "opType" : "RELOADFUNCTION" -} ] +} ] \ No newline at end of file diff --git a/extensions/spark/kyuubi-spark-authz/src/main/resources/scan_command_spec.json b/extensions/spark/kyuubi-spark-authz/src/main/resources/scan_command_spec.json index ba4d790e84c..1145adbe07a 100644 --- a/extensions/spark/kyuubi-spark-authz/src/main/resources/scan_command_spec.json +++ b/extensions/spark/kyuubi-spark-authz/src/main/resources/scan_command_spec.json @@ -111,4 +111,4 @@ "comment" : "" } ], "uriDescs" : [ ] -} ] +} ] \ No newline at end of file diff --git a/extensions/spark/kyuubi-spark-authz/src/main/resources/table_command_spec.json b/extensions/spark/kyuubi-spark-authz/src/main/resources/table_command_spec.json index 27b205309cf..b555bbcf8be 100644 --- a/extensions/spark/kyuubi-spark-authz/src/main/resources/table_command_spec.json +++ b/extensions/spark/kyuubi-spark-authz/src/main/resources/table_command_spec.json @@ -16,7 +16,8 @@ "uriDescs" : [ { "fieldName" : "child", "fieldExtractor" : "ResolvedTableURIExtractor", - "isInput" : false + "isInput" : false, + "comment" : "" } ] }, { "classname" : "org.apache.spark.sql.catalyst.plans.logical.AddPartitions", @@ -52,7 +53,8 @@ "uriDescs" : [ { "fieldName" : "child", "fieldExtractor" : "ResolvedTableURIExtractor", - "isInput" : false + "isInput" : false, + "comment" : "" } ] }, { "classname" : "org.apache.spark.sql.catalyst.plans.logical.AlterTable", @@ -72,7 +74,8 @@ "uriDescs" : [ { "fieldName" : "ident", "fieldExtractor" : "IdentifierURIExtractor", - "isInput" : false + "isInput" : false, + "comment" : "" } ] }, { "classname" : "org.apache.spark.sql.catalyst.plans.logical.AppendData", @@ -334,7 +337,8 @@ "uriDescs" : [ { "fieldName" : "child", "fieldExtractor" : "ResolvedTableURIExtractor", - "isInput" : false + "isInput" : false, + "comment" : "" } ] }, { "classname" : "org.apache.spark.sql.catalyst.plans.logical.DropPartitions", @@ -497,7 +501,8 @@ "uriDescs" : [ { "fieldName" : "child", "fieldExtractor" : "ResolvedTableURIExtractor", - "isInput" : false + "isInput" : false, + "comment" : "" } ] }, { "classname" : "org.apache.spark.sql.catalyst.plans.logical.RenamePartitions", @@ -549,7 +554,8 @@ "uriDescs" : [ { "fieldName" : "child", "fieldExtractor" : "ResolvedTableURIExtractor", - "isInput" : false + "isInput" : false, + "comment" : "" } ] }, { "classname" : "org.apache.spark.sql.catalyst.plans.logical.ReplaceData", @@ -703,7 +709,8 @@ "uriDescs" : [ { "fieldName" : "table", "fieldExtractor" : "ResolvedTableURIExtractor", - "isInput" : false + "isInput" : false, + "comment" : "" } ] }, { "classname" : "org.apache.spark.sql.catalyst.plans.logical.ShowCreateTable", @@ -2556,4 +2563,4 @@ "isInput" : false, "comment" : "Delta" } ] -} ] +} ] \ No newline at end of file