Can FileEnumerator in FileSource be ordered by the directory name or file name in the basePath directory to deliver FileSourceSplit[Flink1.14]?

Viewed 14

I used Flink1.14 and found that by default FileEnumerator delivers FileSourceSplit in no order. Is there any method for FileEnumerator to send FileSourceSplit to SourceReader after sorting the files according to the directory name or file name in the basePath directory?

0 Answers
Related