Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.1
Description
the changes of HADOOP-19098 broken google gcs
[INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project gcs-connector: Compilation failure [ERROR] /Users/mthakur/Sandbox/open_source/hadoop-connectors/gcs/src/main/java/com/google/cloud/hadoop/fs/gcs/VectoredIOImpl.java:[317,60] incompatible types: java.util.List<capture#1 of ? extends org.apache.hadoop.fs.FileRange> cannot be converted to org.apache.hadoop.fs.FileRange[] [ERROR]
failing line is
FileRange[] sortedRanges = VectoredReadUtils.sortRanges(input);
need to restore the original sortRanges, renaming the changed signature one first. plus a test, obviously
Attachments
Issue Links
- is caused by
-
HADOOP-19098 Vector IO: consistent specified rejection of overlapping ranges
- Resolved
- links to