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 2, 2023
1 parent 404f1ea commit 86fc475
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ object PrivilegesBuilder {
case _ =>
val childCols = columnPrune(projectionList ++ conditionList, child.outputSet)
if (childCols.isEmpty) {
buildQuery(child,
buildQuery(
child,
privilegeObjects,
p.inputSet.map(_.toAttribute).toSeq,
conditionList,
Expand Down

0 comments on commit 86fc475

Please sign in to comment.