Skip to content

Commit

Permalink
shape
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Nov 18, 2024
1 parent 8a35b3b commit 1c6c039
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,9 @@ public class Rewriter extends AbstractBatchJobExecutor {
topDown(
// ExtractSingleTableExpressionFromDisjunction conflict to InPredicateToEqualToRule
// in the ExpressionNormalization, so must invoke in another job, otherwise dead loop.
new ExtractSingleTableExpressionFromDisjunction(),
new ExtractSingleTableExpressionFromDisjunction()
),
topDown(
new ExtractInPredicateFromFilter()
)
),
Expand Down

0 comments on commit 1c6c039

Please sign in to comment.