tadeja commented on PR #49491: URL: https://github.com/apache/arrow/pull/49491#issuecomment-4046620687
With only `brew update` approach now [ARM64 macOS 14 Python 3](https://github.com/apache/arrow/actions/runs/23001468652/job/66786911071#step:9:1950) failing at ``` [586/661] Building CXX object src/arrow/engine/CMakeFiles/arrow_substrait_objlib.dir/substrait/expression_internal.cc.o FAILED: [code=1] src/arrow/engine/CMakeFiles/arrow_substrait_objlib.dir/substrait/expression_internal.cc.o /opt/homebrew/bin/ccache /usr/bin/c++ -DARROW< ... > /Users/runner/work/arrow/arrow/cpp/src/arrow/engine/substrait/expression_internal.cc:807:5: error: ignoring return value of function declared with 'nodiscard' attribute [-Werror,-Wunused-result] value_any->PackFrom(value); ^~~~~~~~~~~~~~~~~~~ ~~~~~ 1 error generated. ``` and [ARM64 macOS 14 C++](https://github.com/apache/arrow/actions/runs/23001468779/job/66786881243#step:12:2444) at ``` [808/1314] Building CXX object src/arrow/engine/CMakeFiles/arrow_substrait_objlib.dir/substrait/expression_internal.cc.o FAILED: [code=1] src/arrow/engine/CMakeFiles/arrow_substrait_objlib.dir/substrait/expression_internal.cc.o < ... > /Users/runner/work/arrow/arrow/cpp/src/arrow/engine/substrait/expression_internal.cc:807:5: error: ignoring return value of function declared with 'nodiscard' attribute [-Werror,-Wunused-result] value_any->PackFrom(value); ^~~~~~~~~~~~~~~~~~~ ~~~~~ 1 error generated. ``` -- 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]
