[ https://issues.apache.org/jira/browse/HADOOP-19253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Steve Loughran resolved HADOOP-19253. ------------------------------------- Fix Version/s: 3.5.0 3.4.1 Resolution: Fixed > Google GCS changes fail due to VectorIO changes > ----------------------------------------------- > > Key: HADOOP-19253 > URL: https://issues.apache.org/jira/browse/HADOOP-19253 > Project: Hadoop Common > Issue Type: Sub-task > Components: fs > Affects Versions: 3.4.1 > Reporter: Steve Loughran > Assignee: Steve Loughran > Priority: Major > Labels: pull-request-available > Fix For: 3.5.0, 3.4.1 > > > the changes of HADOOP-19098 broken google gcs > {code} > [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] > {code} > failing line is > {code} > FileRange[] sortedRanges = VectoredReadUtils.sortRanges(input); > {code} > need to restore the original {{sortRanges}}, renaming the changed signature > one first. plus a test, obviously -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org