Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-19799 Make FileSource extensible
  3. FLINK-19804

Make FileSource class generic with respect to split types

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.12.0
    • None

    Description

      To support sources with different split types, the FileSource class should become generic with respect to split types.

      To not create too complex generic signatures for users, we should add a new class AbstractFileSource which is generic and has all the shared generic methods.

      The current FileSource would be changed to extend this class for the specific split type FileSourceSplit, and thus behave exactly like it currently does.

      Attachments

        Activity

          People

            sewen Stephan Ewen
            sewen Stephan Ewen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: