raulcd commented on code in PR #44809:
URL: https://github.com/apache/arrow/pull/44809#discussion_r1853678809
##########
cpp/src/parquet/arrow/reader.cc:
##########
@@ -1291,26 +1286,42 @@ std::shared_ptr<RowGroupReader>
FileReaderImpl::RowGroup(int row_group_index) {
// ----------------------------------------------------------------------
// Public factory functions
Review Comment:
Just for me to understand, I suppose moving those here instead of where they
were originally is in order to group them with the other `Status
FileReader::GetRecordBatchReader` but we do not follow any specific ordering
formatting (as we for example do alphabetical order on several places like
build variables, etc).
--
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]