You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/10/06 07:00:22 UTC

[GitHub] [flink] fhueske commented on pull request #5415: [FLINK-3655] [core] Support multiple paths in FileInputFormat

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