sh-vs commented on issue #13182:
URL: https://github.com/apache/druid/issues/13182#issuecomment-1275183816

   > Are you using null-compatible mode in your cluster?
   
   Yes we are. 
   
   As a test I switched this option. With the option set to `true` the query 
does not hang, but returns invalid data (a bunch of rows of zeros). I changed 
the filter to `"value" IS NOT NULL`, and that caused the thread to hang. I 
switched the setting back to `false`, and then the `IS NOT NULL` ran and 
returned no data, while the previous `"value" = ''` caused the thread to hang.
   
   Thanks for all the feedback. We do have plans to upgrade to Druid 24 soon.


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