You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by GitBox <gi...@apache.org> on 2022/11/15 17:06:53 UTC

[GitHub] [parquet-mr] sunchao commented on pull request #1010: PARQUET-2213: add InputFile.newStream with a read range

sunchao commented on PR #1010:
URL: https://github.com/apache/parquet-mr/pull/1010#issuecomment-1315616637

   Thanks @steveloughran . I like your idea of introducing a builder api, although we need to think how it can be used by different implementations of `InputFile`, not only for Hadoop.
   
   For instance Iceberg has this [`S3InputFile`](https://github.com/apache/iceberg/blob/master/aws/src/main/java/org/apache/iceberg/aws/s3/S3InputFile.java) which knows nothing about file status or read policy.


-- 
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: dev-unsubscribe@parquet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org