You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Hanley Yang (Jira)" <ji...@apache.org> on 2022/10/25 12:29:00 UTC

[jira] [Created] (FLINK-29757) ContinuousFileSplitEnumerator skip unprocessed splits when the file is splittable

Hanley Yang created FLINK-29757:
-----------------------------------

             Summary: ContinuousFileSplitEnumerator skip unprocessed splits when the file is splittable
                 Key: FLINK-29757
                 URL: https://issues.apache.org/jira/browse/FLINK-29757
             Project: Flink
          Issue Type: Bug
          Components: Connectors / FileSystem
            Reporter: Hanley Yang


ContinuousFileSplitEnumerator use a HashSet<Path> to store processed splits. This works fine when process a file as a single split, once the file is splittable it will make unprocessed splits skipped.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)