Skip to content

Commit

Permalink
DNM: debug pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
py023 committed Jun 18, 2024
1 parent 2917124 commit 63fbd9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
*
* The second rewriting can be controlled by session variable 'extract_wide_range_expr'
*
* TODO: extract wide common factors could generate redundant conjuncts when whole expression could be extracted.
* TODO: extract wide common factors could generate redundant conjuncts when the whole expression could be extracted.
* Currently, redundant conjuncts will be removed when be assigned to {@link PlanNode}
* by calling {@link PlanNode#addConjunct(Expr)}, {@link PlanNode#addConjuncts(List)}, {@link PlanNode#init(Analyzer)}.
* But, we should remove redundant conjuncts generated by redundant conjuncts in this rule.
Expand Down

0 comments on commit 63fbd9b

Please sign in to comment.