fhueske commented on pull request #5415: URL: https://github.com/apache/flink/pull/5415#issuecomment-704073501
Hi @Jason-liujc, You are right. `StreamExecutionEnvironment.readFile()` only supports a single path but it's also just a convenience method. I think you can replicate the logic of the `private createFileInput()` method which calls `StreamExecutionEnvironment.addSource()`. Hope this helps, Fabian ---------------------------------------------------------------- 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]
