emkornfield commented on a change in pull request #7704:
URL: https://github.com/apache/arrow/pull/7704#discussion_r453227795



##########
File path: cpp/src/parquet/arrow/reader.cc
##########
@@ -781,6 +770,9 @@ Status FileReaderImpl::GetRecordBatchReader(const 
std::vector<int>& row_group_in
                                             const std::vector<int>& 
column_indices,
                                             
std::unique_ptr<RecordBatchReader>* out) {
   // column indices check
+  ARROW_ASSIGN_OR_RAISE(std::ignore, 
manifest_.GetFieldIndices(column_indices));

Review comment:
       Just to clarify doesn't need to be for 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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to