kgyrtkirk commented on a change in pull request #1879: [CALCITE-3880] Add
SortExchange support to RelFieldTrimmer
URL: https://github.com/apache/calcite/pull/1879#discussion_r400223674
##########
File path: core/src/test/java/org/apache/calcite/test/RelBuilderTest.java
##########
@@ -3362,4 +3364,89 @@ private void checkExpandTable(RelBuilder builder,
Matcher<RelNode> matcher) {
builder.literal(5));
assertThat(call.toStringRaw(), is("BETWEEN ASYMMETRIC($0, 1, 5)"));
}
+
+ @Test public void testSortExchangeFieldTrimmer() {
Review comment:
I know that we have a lot of catch-all tests - but I think these testcases
fall outside of the scope of `RelBuilderTest`
----------------------------------------------------------------
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