You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/06/21 08:32:35 UTC

[GitHub] [doris] BiteTheDDDDt commented on pull request #10084: [feature-wip](vectorized) Support block aggregate in scanner

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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org