Skip to content

Commit

Permalink
Update PrivilegesBuilder.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
AngersZhuuuu committed Nov 30, 2023
1 parent e684301 commit 5ff22b1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ object PrivilegesBuilder {
case cmd: Command => buildCommand(cmd, inputObjs, outputObjs, spark)
// Queries
case _ =>
println(Project(plan.output, plan))
buildQuery(Project(plan.output, plan), inputObjs, spark = spark)
OperationType.QUERY
}
Expand Down

0 comments on commit 5ff22b1

Please sign in to comment.