assignUser commented on issue #41148: URL: https://github.com/apache/arrow/issues/41148#issuecomment-2058055083
I agree with @amoeba, what likely happened is that the runner supports avx512 (valgrind does not) and for some reason the code that get's invoked is not covered by the runtime simd level envvar. The quick way to fix this would be to also add `ARROW_SIMD_LEVEL=AVX2` to that job so we don't compile anything for avx512. Actually fixing it would probably be #30368 and checking the thing that valgrind instruments to set the simd level correctly. -- 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]
