vbarua commented on code in PR #3845:
URL: https://github.com/apache/calcite/pull/3845#discussion_r1667181497
##########
core/src/test/java/org/apache/calcite/test/RelBuilderTest.java:
##########
@@ -2317,6 +2318,69 @@ private static RelNode groupIdRel(RelBuilder builder,
boolean extra) {
assertThat(root, hasTree(expected));
}
+ @ParameterizedTest
+ @ValueSource(booleans = {false, true})
+ void testUnionTypeDerivation(boolean all) {
+ final RelBuilder builder = RelBuilder.create(config().build());
Review Comment:
I'm not sure if this is the best place for these tests. I'm open to
suggestions about where they should go.
--
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]