asolimando commented on code in PR #4674:
URL: https://github.com/apache/calcite/pull/4674#discussion_r2609360821
##########
core/src/main/java/org/apache/calcite/rel/rules/FilterJoinRule.java:
##########
@@ -84,6 +84,11 @@ protected void perform(RelOptRuleCall call, @Nullable Filter
filter,
return;
}
+ if (filter != null
Review Comment:
The rule seems nice and generic, would you consider contribute it upstream
to Calcite? Not sure how that would work in terms of licensing though
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]