mapleFU commented on code in PR #37003:
URL: https://github.com/apache/arrow/pull/37003#discussion_r1287132438
##########
cpp/src/parquet/file_reader.h:
##########
@@ -58,6 +59,11 @@ class PARQUET_EXPORT RowGroupReader {
// column. Ownership is shared with the RowGroupReader.
std::shared_ptr<ColumnReader> Column(int i);
+ // Construct a RecordReader for the indicated row group-relative column i.
+ // Ownership is shared with the RowGroupReader.
+ std::shared_ptr<internal::RecordReader> RecordReader(
Review Comment:
Hi @fatemehp . Should we first remove internal, then work on this patch? Or
you'd like to let us check this first?
After checking I think maybe we can remove `internal`. cc @pitrou @wgtmac
--
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]