xy2953396112 commented on a change in pull request #1737:
URL: https://github.com/apache/calcite/pull/1737#discussion_r418554624
##########
File path: core/src/main/java/org/apache/calcite/interpreter/Bindables.java
##########
@@ -518,28 +522,36 @@ public Node implement(InterpreterImplementor implementor)
{
}
/**
- * Rule to convert an {@link org.apache.calcite.rel.logical.LogicalUnion}
- * to a {@link BindableUnion}.
+ * Rule to convert an {@link SetOp} to a {@link BindableUnion}
+ * or {@link BindableIntersect} or {@link BindableMinus}.
*/
- public static class BindableUnionRule extends ConverterRule {
+ public static class BindableSetOpRule extends ConverterRule {
/**
Review comment:
you mean we should implement
BindableUnionRulećBindableIntersectRulećBindableMinusRule separately ?
----------------------------------------------------------------
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]