Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-28018

the start index to create empty splits in BinaryInputFormat#createInputSplits is inappropriate

    XMLWordPrintableJSON

Details

    Description

      when the number of created split is smaller than the minimum desired number of file splits, BinaryInputFormat.java#L150 use `files.size()` as the start index to create empty splits. That is inappropriate, the start index should be `inputSplits.size()`.  

      Attachments

        Issue Links

          Activity

            People

              Leo Zhou zhouli
              Leo Zhou zhouli
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: