kou opened a new pull request, #14375: URL: https://github.com/apache/arrow/pull/14375
https://github.com/apache/arrow/pull/14342 removed -mbmi2 flag accidentally. It should not be removed. If we remove it, a build error is occurred on macOS High Sierra. https://github.com/ursacomputing/crossbow/actions/runs/3225397138/jobs/5278904264#step:13:7034 /Users/voltrondata/tmp/hbtmp/apache-arrow-20221011-35535-3alkwv/cpp/src/parquet/level_conversion_inc.h:278:10: error: always_inline function '_pext_u64' requires target feature 'bmi2', but would be inlined into function 'ExtractBits' that is compiled without support for 'bmi2' return _pext_u64(bitmap, select_bitmap); ^ -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org