[
https://issues.apache.org/jira/browse/PARQUET-2064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17382681#comment-17382681
]
ASF GitHub Bot commented on PARQUET-2064:
-----------------------------------------
shangxinli commented on pull request #918:
URL: https://github.com/apache/parquet-mr/pull/918#issuecomment-881969803
@gszadovszky I just made the change but the building error
'METHOD_RETURN_TYPE_CHANGED' was reported by 'japicmp'. I guess we need to
change something to let 'japicmp' know the 'METHOD_RETURN_TYPE_CHANGED' is
intentional.
--
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)