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 2021/07/30 06:57:12 UTC

[GitHub] [incubator-doris] stdpain opened a new issue #6345: [Bug][strict-alias][runtime-filter] strict-aliasing cause a error hash value

stdpain opened a new issue #6345:
URL: https://github.com/apache/incubator-doris/issues/6345


   **Describe the bug**
   more detail in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101684
   
   **To Reproduce**
   ```
   set runtime_filter_type=2;
   set runtime_filter_mode="GLOBAL";
   SELECT DISTINCT k5 FROM test_query_qa.baseall where  k7 <> "wang" AND k5 in (SELECT k5 FROM test_query_qa.test WHERE k3 < 0) ORDER BY k5;
   ```
   
   result:
   ```
   Empty set (0.04 sec)
   ```
   
   **Expected behavior**
   ```
   +----------+
   | k5       |
   +----------+
   | -654.654 |
   |  243.325 |
   +----------+
   ```
   
   


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


[GitHub] [incubator-doris] morningman closed issue #6345: [Bug][strict-alias][runtime-filter] strict-aliasing cause a error hash value

Posted by GitBox <gi...@apache.org>.
morningman closed issue #6345:
URL: https://github.com/apache/incubator-doris/issues/6345


   


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