docete commented on a change in pull request #9803:
[FLINK-14265][table-planner-blink] Don't use ContinuousFileReaderOperator to
support multiple paths
URL: https://github.com/apache/flink/pull/9803#discussion_r333389832
##########
File path:
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/runtime/batch/sql/TableSourceITCase.scala
##########
@@ -247,4 +248,24 @@ class TableSourceITCase extends BatchTestBase {
row(3, "7.10", "123", "123"))
)
}
+
+ @Test
+ def testMultiPaths(): Unit = {
+ val tmpFile1 = File.createTempFile("flink-table-sink-test", ".tmp")
Review comment:
Write some records to the two files and verify it‘s works.
----------------------------------------------------------------
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