Skip to content

Commit

Permalink
make kyuubi-spark-authz plugin compatible with Spark3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wForget committed Oct 7, 2023
1 parent 9fcfe96 commit d0bed8a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
}, {
"classname" : "org.apache.spark.sql.catalyst.plans.logical.CreateTableAsSelect",
"tableDescs" : [ {
"fieldName" : "left",
"fieldName" : "name",
"fieldExtractor" : "ResolvedIdentifierTableExtractor",
"columnDesc" : null,
"actionTypeDesc" : null,
Expand Down Expand Up @@ -508,7 +508,7 @@
}, {
"classname" : "org.apache.spark.sql.catalyst.plans.logical.ReplaceTableAsSelect",
"tableDescs" : [ {
"fieldName" : "left",
"fieldName" : "name",
"fieldExtractor" : "ResolvedIdentifierTableExtractor",
"columnDesc" : null,
"actionTypeDesc" : null,
Expand Down

0 comments on commit d0bed8a

Please sign in to comment.