zabetak commented on a change in pull request #1030: [CALCITE-2822] Allow
MultiJoin rules with any project/filter
URL: https://github.com/apache/calcite/pull/1030#discussion_r271511373
##########
File path: core/src/main/java/org/apache/calcite/tools/RelBuilder.java
##########
@@ -2623,6 +2623,10 @@ public RexNode visitInputRef(RexInputRef inputRef) {
}
}
}
+
+ public RelFactories.FilterFactory getFilterFactory() {
Review comment:
I don't know if it is worth adding a new public method in RelBuilder just
for the sake of a test.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services