pitrou commented on PR #42067:
URL: https://github.com/apache/arrow/pull/42067#issuecomment-2161032777

   btw, it seems MinGW doesn't like one of the constructs here:
   
https://github.com/apache/arrow/actions/runs/9450957989/job/26030794389?pr=42067#step:7:1419
   ```
   
   D:/a/arrow/arrow/cpp/src/arrow/compute/kernels/scalar_nested_test.cc:133:37: 
error: constexpr variable 'kVarLenListTypeFactories' must be initialized by a 
constant expression
     133 | constexpr VarLenListLikeTypeFactory kVarLenListTypeFactories[] = {
         |                                     ^                            ~
     134 |     list, large_list, list_view, large_list_view};
         |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   ```


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