Skip to content

Commit c504103

Browse files
committed
Update PermanentViewMarker.scala
1 parent 19102ff commit c504103

File tree

1 file changed

+2
-1
lines changed
  • extensions/spark/kyuubi-spark-authz/src/main/scala/org/apache/kyuubi/plugin/spark/authz/rule/permanentview

1 file changed

+2
-1
lines changed

extensions/spark/kyuubi-spark-authz/src/main/scala/org/apache/kyuubi/plugin/spark/authz/rule/permanentview/PermanentViewMarker.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ import org.apache.spark.sql.catalyst.analysis.MultiInstanceRelation
2121
import org.apache.spark.sql.catalyst.catalog.CatalogTable
2222
import org.apache.spark.sql.catalyst.expressions.{Alias, Attribute, Cast}
2323
import org.apache.spark.sql.catalyst.plans.QueryPlan
24-
import org.apache.spark.sql.catalyst.plans.logical.{LeafNode, LogicalPlan, Project, Statistics}
24+
import org.apache.spark.sql.catalyst.plans.logical.{LeafNode, LogicalPlan, Project, Statistics, View}
25+
import org.apache.spark.sql.catalyst.trees.TreeNodeTag
2526

2627
case class PermanentViewMarker(child: LogicalPlan, catalogTable: CatalogTable)
2728
extends LeafNode with MultiInstanceRelation {

0 commit comments

Comments
 (0)