Skip to content

Commit

Permalink
Bugfix in transformUpWithNewOutput
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Jun 7, 2024
1 parent 72cb44d commit 2cd4d9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ abstract class QueryPlan[PlanType <: QueryPlan[PlanType]]
rule.apply(newPlan)
}
} else {
plan -> Nil
newPlan -> Nil
}
}

Expand Down

0 comments on commit 2cd4d9d

Please sign in to comment.