adonis0147 commented on PR #34405: URL: https://github.com/apache/doris/pull/34405#issuecomment-2097520059
Hi @Tech-Circle-48 , the `BE UT (macOS)` failed. ```shell /Users/runner/work/doris/doris/be/src/vec/functions/functions_logical.cpp:23:10: fatal error: 'bits/ranges_algo.h' file not found #include <bits/ranges_algo.h> ^~~~~~~~~~~~~~~~~~~~ ``` The header should be replaced by `<algorithm>` + `<ranges>`. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org