Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kasiafi authored and losipiuk committed Dec 5, 2024
1 parent 67c941f commit cdb3337
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import static io.trino.sql.planner.plan.Patterns.applyNode;

/**
* This optimizers looks for InPredicate expressions in ApplyNodes and replaces the nodes with SemiJoin nodes.
* This optimizer looks for InPredicate expressions in ApplyNodes and replaces the nodes with SemiJoin nodes.
* <p>
* Plan before optimizer:
* <pre>
Expand All @@ -44,8 +44,8 @@
* Filter(semijoinresult):
* SemiJoin
* - source: plan A
* - filteringSource: symbol a
* - sourceJoinSymbol: plan B
* - filteringSource: plan B
* - sourceJoinSymbol: symbol a
* - filteringSourceJoinSymbol: symbol b
* - semiJoinOutput: semijoinresult
* </pre>
Expand Down

0 comments on commit cdb3337

Please sign in to comment.