wgtmac commented on PR #37382:
URL: https://github.com/apache/arrow/pull/37382#issuecomment-1695948626

   > I am not sure why the wheel job is failing with 
(https://github.com/ursacomputing/crossbow/actions/runs/5997471725/job/16263918617#step:7:3778):
   > 
   > ```
   >  C:/arrow/cpp/src/arrow/adapters/orc/adapter.cc(492): error C2100: illegal 
indirection (compiling source file 
C:\arrow-build\src\arrow\CMakeFiles\arrow_shared.dir\Unity\unity_26_cxx.cxx) 
[C:\arrow-build\src\arrow\arrow_shared.vcxproj]
   > ```
   > 
   > The line that seems to fail is `StripeInformation stripe_info({0, 0, 0, 
0});` from the following:
   > 
   > ```
   >     if (!include_indices.empty()) {
   >       RETURN_NOT_OK(SelectIndices(&opts, include_indices));
   >     }
   >     StripeInformation stripe_info({0, 0, 0, 0});
   >     RETURN_NOT_OK(SelectStripeWithRowNumber(&opts, current_row_, 
&stripe_info));
   >     ARROW_ASSIGN_OR_RAISE(auto schema, ReadSchema(opts));
   >     std::unique_ptr<liborc::RowReader> row_reader;
   > ```
   > 
   > 
https://github.com/apache/arrow/blob/main/cpp/src/arrow/adapters/orc/adapter.cc#L492
   > 
   > @wgtmac any idea?
   
   This may be related. Let me try to add an inline comment.


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