hsyuan commented on a change in pull request #1868: [CALCITE-3867] Support
RelDistribution json serialization
URL: https://github.com/apache/calcite/pull/1868#discussion_r396740031
##########
File path: core/src/test/java/org/apache/calcite/plan/RelWriterTest.java
##########
@@ -362,7 +397,7 @@
LogicalTableScan scan =
LogicalTableScan.create(cluster,
relOptSchema.getTableForMember(
- Arrays.asList("hr", "emps")),
+ asList("hr", "emps")),
Review comment:
these changes are not needed.
----------------------------------------------------------------
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