[ 
https://issues.apache.org/jira/browse/HADOOP-19253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17874380#comment-17874380
 ] 

ASF GitHub Bot commented on HADOOP-19253:
-----------------------------------------

steveloughran opened a new pull request, #7002:
URL: https://github.com/apache/hadoop/pull/7002

   
   Restore original sortRanges() method signature, with the List -> List 
version renamed sortRangeList()
   
   Marked as Stable so it is left alone
   
   ### How was this patch tested?
   
   New unit test
   
   ### For code changes:
   
   - [X] Does the title or this PR starts with the corresponding JIRA issue id 
(e.g. 'HADOOP-17799. Your PR title ...')?
   - [ ] Object storage: have the integration tests been executed and the 
endpoint declared according to the connector-specific documentation?
   - [ ] If adding new dependencies to the code, are these dependencies 
licensed in a way that is compatible for inclusion under [ASF 
2.0](http://www.apache.org/legal/resolved.html#category-a)?
   - [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`, 
`NOTICE-binary` files?
   
   




> 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
>
> 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]

Reply via email to