[
https://issues.apache.org/jira/browse/PARQUET-2064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17378790#comment-17378790
]
ASF GitHub Bot commented on PARQUET-2064:
-----------------------------------------
shangxinli commented on pull request #918:
URL: https://github.com/apache/parquet-mr/pull/918#issuecomment-877865250
Thanks Chao for your comments. Can you make a PR for
[PARQUET-2061](https://issues.apache.org/jira/browse/PARQUET-2061)? I am
thinking we can add a new API to return the RowRanges directly and use this PR
to make Range public accessible so that your API can this class?
@gszadovszky Do you think it makes sense? If yes, I am going to fix this PR.
--
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]
> Make Range public accessible in RowRanges
> -----------------------------------------
>
> Key: PARQUET-2064
> URL: https://issues.apache.org/jira/browse/PARQUET-2064
> Project: Parquet
> Issue Type: New Feature
> Reporter: Xinli Shang
> Assignee: Xinli Shang
> Priority: Major
>
> When rolling out to Presto, I found we need to know the boundaries of each
> Range in RowRanges. It is still doable with Iterator but Presto has. batch
> reader, we cannot use iterator for each row.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)