-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HADOOP-19253. Google GCS compilation fails due to VectorIO changes (#…
…7002) Fixes a compilation failure caused by HADOOP-19098 Restore original sortRanges() method signature, FileRange[] sortRanges(List<? extends FileRange>) This ensures that google GCS connector will compile again. It has also been marked as Stable so it is left alone The version returning List<? extends FileRange> has been renamed sortRangeList() Contributed by Steve Loughran
- Loading branch information
1 parent
df08e0d
commit 2fd7cf5
Showing
2 changed files
with
44 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters