tjbanghart commented on code in PR #4544:
URL: https://github.com/apache/calcite/pull/4544#discussion_r2446222807
##########
core/src/test/java/org/apache/calcite/test/RelBuilderTest.java:
##########
@@ -5609,6 +5898,55 @@ private static RelNode
buildCorrelateWithJoin(JoinRelType type, RelBuilder build
"empid=150; name=Sebastian");
}
+ /** Test case for
+ * <a
href="https://issues.apache.org/jira/browse/CALCITE-1440">[CALCITE-1440]
+ * Combine operator - combines multiple SQL queries into a single plan</a>.
*/
+ @Test void testCombineExplain() {
Review Comment:
@xiedeyantu here's a test case that prints out `Combine` via `explain()`. I
think we'll want to add test cases to `RelOptRulesTest.xml` once we have a rule
that can manipulate this operator in some way. I hope this covers what you
wanted to see for the time being.
--
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]