zenoyang commented on PR #10084: URL: https://github.com/apache/doris/pull/10084#issuecomment-1165502288
> Hi, I got a compile fail on clang > > ```c++ > segment_iterator.cpp:893:43: error: result of comparison of constant 18446744073709551615 with expression of type 'unsigned int' is always false [-Werror,-Wtautological-constant-out-of-range-compare] > } else if (0xffffffffffffffff == mask) { > ``` > > maybe we can use `UINT_MAX` here. Fixed -- 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