[
https://issues.apache.org/jira/browse/PARQUET-2213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634446#comment-17634446
]
ASF GitHub Bot commented on PARQUET-2213:
-----------------------------------------
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.
> Add an alternative InputFile.newStream that allow an input range
> ----------------------------------------------------------------
>
> Key: PARQUET-2213
> URL: https://issues.apache.org/jira/browse/PARQUET-2213
> Project: Parquet
> Issue Type: Improvement
> Reporter: Chao Sun
> Priority: Minor
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)