hequn8128 commented on a change in pull request #6648: [FLINK-10261][table] fix
insert into with order by
URL: https://github.com/apache/flink/pull/6648#discussion_r214773263
##########
File path:
flink-libraries/flink-table/src/test/scala/org/apache/flink/table/runtime/stream/sql/SqlITCase.scala
##########
@@ -742,6 +742,36 @@ class SqlITCase extends StreamingWithStateTestBase {
assertEquals(expected.sorted,
MemoryTableSourceSinkUtil.tableDataStrings.sorted)
}
+ @Test
+ def testInsertIntoMemoryTableOrderBy(): Unit = {
Review comment:
Would better move this test into
`org.apache.flink.table.runtime.stream.sql.SortITCase` ?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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