FrankChen021 commented on issue #17891:
URL: https://github.com/apache/druid/issues/17891#issuecomment-2786340839

   For the different query plan, it should be related to the #14542 because I 
did see `equality` filter is used for the `id` column in this case. (This is 
also another weired problem that the query plan now shows the `equals` filter 
is used instead of previous `bound`filter)
   
   ```json
             {
               "type": "equals",
               "column": "id",
               "matchValueType": "LONG",
               "matchValue": 570092232
             }
   ```
   
   this results in skipping the converting selectors to the `in` filter
   
   <img width="1269" alt="Image" 
src="https://github.com/user-attachments/assets/59b9b6ad-24bc-45cf-88d3-d16994850cdf";
 />
   
   @clintropolis 


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