Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Dec 13, 2024
1 parent 8fc2748 commit 34522a5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,7 @@ public static Plan normalizePlan(LogicalPlan plan, TableIf table,
);
}

Optional<ExpressionAnalyzer> analyzer = Optional.empty();
analyzeContext.map(
Optional<ExpressionAnalyzer> analyzer = analyzeContext.map(
cascadesContext -> buildExprAnalyzer(plan, cascadesContext)
);

Expand Down

0 comments on commit 34522a5

Please sign in to comment.