JiajunBernoulli commented on a change in pull request #2729:
URL: https://github.com/apache/calcite/pull/2729#discussion_r813519646
##########
File path: core/src/test/java/org/apache/calcite/test/ScannableTableTest.java
##########
@@ -155,7 +155,7 @@
"j=Paul");
// Only 2 rows came out of the table. If the value is 4, it means that the
// planner did not pass the filter down.
- assertThat(buf.toString(), is("returnCount=2, filter=<0, 4>,
projects=[1]"));
+ assertThat(buf.toString(), is("returnCount=2, filter=<0, 4>, projects=[1,
0]"));
Review comment:
@IceMimosa Do you know what projetcs means?
--
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]