Skip to content

Commit

Permalink
fix minus
Browse files Browse the repository at this point in the history
  • Loading branch information
leaves12138 committed Mar 12, 2024
1 parent 250f095 commit 8498d2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public InnerTableScan withFilter(Predicate pushdown) {
@Override
public Plan innerPlan() {
// plan here, just set the result of plan to split
TableScan.Plan plan = plan();
TableScan.Plan plan = tablePlan();
return () -> Collections.singletonList(new FilesSplit(plan));
}

Expand Down

0 comments on commit 8498d2a

Please sign in to comment.