carltal opened a new issue, #18080: URL: https://github.com/apache/druid/issues/18080
### Affected Version V29 and V33 ### Description Hi team, it seems that Druid does not compare String character by character. Please see the following 2 screenshots for examples: The first one shows that I am comparing event_business_date column, which only has date, not time, with a date time String; the result clearly is incorrect. The second one shows that I am comparing event_business_date column, which only has date, not time, with a date String; the result here is correct. Is Druid not doing character by character String comparison by default? Thank you. <img width="1242" alt="Image" src="https://github.com/user-attachments/assets/068b1681-fea2-4558-ae8a-820df3f361ae" /> <img width="1242" alt="Image" src="https://github.com/user-attachments/assets/a7489834-4c6e-4422-a768-44dd8d669b45" /> -- 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]
