wuchong 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_r338412315
 
 

 ##########
 File path: 
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/runtime/batch/sql/TableSourceITCase.scala
 ##########
 @@ -247,4 +248,31 @@ class TableSourceITCase extends BatchTestBase {
         row(3, "7.10", "123", "123"))
     )
   }
+
+  @Test
+  def testMultiPaths(): Unit = {
+    val tmpFile1 = File.createTempFile("flink-table-sink-test", ".tmp")
+    tmpFile1.deleteOnExit()
 
 Review comment:
   Use `TemporaryFolder` to create files which takes care of the deletion. See 
`AbstractTestBase.TEMPORARY_FOLDER`. 

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

Reply via email to