jinxing64 commented on a change in pull request #1673: [CALCITE-3607] Support
LogicalTableModify in RelShuttle
URL: https://github.com/apache/calcite/pull/1673#discussion_r360796801
##########
File path:
core/src/test/java/org/apache/calcite/test/SqlToRelConverterTest.java
##########
@@ -1987,6 +1989,22 @@ protected final void check(
assertTrue(filterCollation.satisfies(sortCollation));
}
+ @Test public void testRelShuttleForLogicalTableModify() {
+ String sql = "insert into emp select * from emp";
Review comment:
final
----------------------------------------------------------------
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