steveloughran commented on pull request #3499:
URL: https://github.com/apache/hadoop/pull/3499#issuecomment-930298150


   Quick review. 
   * needs filesystem spec
   * and a contract test
   * test to include 
     -overlapping ranges
     -beyond file length
     -negative values
     -on heap and off heap buffers
   
   * be good to have a PoC of the s3a one, so that we can happy the API xfers 
to the store
   * and some ORC/parquet branch which shows it can be used
   * is there any API we'd want, e.g an fs command which does a single async 
ranged get
   ```
   hadoop fs ranged -start 0 -end 345  -out output.txt s3a://file
   ```
   would be good for QE tests
   * and we should have a path capability. Anything which supports seek will 
also do this (so ftp won't)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to