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