Steve Loughran created HADOOP-19253:
---------------------------------------
Summary: 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
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: [email protected]
For additional commands, e-mail: [email protected]