JingsongLi 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_r334319595
 
 

 ##########
 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:
   done, thanks for your review.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to