kou opened a new issue, #37017: URL: https://github.com/apache/arrow/issues/37017
### Describe the bug, including details regarding any error messages, version, and platform. The last success nightly build (2023-07-19): https://github.com/ursacomputing/crossbow/actions/runs/5596846018/job/15162699322 The first failed nightly build (2023-07-20): https://github.com/ursacomputing/crossbow/actions/runs/5608731289/job/15196725675#step:13:7156 ```text /Users/voltrondata/tmp/hbtmp/apache-arrow-20230720-60391-l8lhul/cpp/src/arrow/compute/key_map_avx2.cc:132:30: error: always_inline function '_pext_u32' requires target feature 'bmi2', but would be inlined into function 'early_filter_imp_avx2_x8' that is compiled without support for 'bmi2' out_match_bitvector[i] = _pext_u32(_mm256_movemask_epi8(vmatch_found), ^ ``` I think that #36662 is related. ### Component(s) C++, Packaging, R -- 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]
