Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
14yapkc1 committed Dec 8, 2024
1 parent a9e9f93 commit 447952c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,8 @@ public LogicalPlan visitEval(Eval node, CatalystPlanContext context) {
List<UnresolvedExpression> aliases = new ArrayList<>();
List<Node> expressions = node.getExpressionList();


// Geoip function modifies logical plan and is treated as QueryPlanVisitor instead of ExpressionVisitor
for (Node expr : expressions) {
if (expr instanceof Let) {
Let let = (Let) expr;
Expand Down

0 comments on commit 447952c

Please sign in to comment.