romainfrancois commented on a change in pull request #8122:
URL: https://github.com/apache/arrow/pull/8122#discussion_r493346352
##########
File path: cpp/src/parquet/arrow/reader.cc
##########
@@ -174,10 +174,10 @@ class FileReaderImpl : public FileReader {
Status BoundsCheck(const std::vector<int>& row_groups,
const std::vector<int>& column_indices) {
for (int i : row_groups) {
- return BoundsCheckRowGroup(i);
+ RETURN_NOT_OK(BoundsCheckRowGroup(i));
Review comment:
ping @bkietz I'm happy to revert this commit and have another pr if
preferred.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]