cambyzju commented on issue #10100: URL: https://github.com/apache/incubator-doris/issues/10100#issuecomment-1155168264
``` @ 0x352bf06 _avx2_run_container_cardinality.isra.0 @ 0x3513a95 roaring_bitmap_get_cardinality ``` it looks like third party library `roaringbitmap` inside image `1.0.5-no-avx2 ` still use AVX2. we need recompile `roaringbitmap` without AVX2 and then release another image. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
