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

   Ah, clang is being picky.
   ```
   
   /Users/runner/work/arrow/arrow/cpp/src/arrow/status.h:363:16: error: cannot 
pass object of non-trivial type 'arrow::Status' through variadic method; call 
will abort at runtime [-Wnon-pod-varargs]
         on_error(*this);
                  ^
   /Users/runner/work/arrow/arrow/cpp/src/parquet/arrow/writer.cc:392:31: note: 
in instantiation of function template specialization 
'arrow::Status::OrElse<(lambda at 
/Users/runner/work/arrow/arrow/cpp/src/parquet/arrow/writer.cc:391:7)>' 
requested here
             WriteRowGroup(0, 0).OrElse([&](...) { 
PARQUET_IGNORE_NOT_OK(Close()); }));
                                 ^
   ```


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