BiteTheDDDDt commented on PR #10084:
URL: https://github.com/apache/doris/pull/10084#issuecomment-1161434344

   Hi, I got a compile fail on clang
   ```cpp
   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) {
   ```


-- 
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]

Reply via email to