Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.14.4, 1.15.0, 1.16.0
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
- links to