LouisClt commented on code in PR #13962:
URL: https://github.com/apache/arrow/pull/13962#discussion_r982451275


##########
cpp/src/arrow/adapters/orc/adapter.cc:
##########
@@ -411,7 +411,7 @@ class ORCFileReader::Impl {
       ARROW_RETURN_IF(*it < 0, Status::Invalid("Negative field index"));
       include_indices_list.push_back(*it);
     }
-    opts->includeTypes(include_indices_list);
+    opts->include(include_indices_list);

Review Comment:
   I added a simple test for the selection of fields in ORC. The checks that do 
not pass seem to be unrelated.



-- 
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]

Reply via email to