vogievetsky opened a new pull request, #18724: URL: https://github.com/apache/druid/pull/18724
The current date parsing in the Explore view is so strict that I was sure it was a bug (so I will treat it as such). New parsing is more relaxed, gives better feedback, and is tested. ## Old: <img width="619" height="320" alt="image" src="https://github.com/user-attachments/assets/3142bb94-6dfa-45de-9433-d434192888e8" /> (It is sad because millis are missing) ## New: <img width="837" height="341" alt="image" src="https://github.com/user-attachments/assets/adca78c9-2f12-4f3e-a589-07556e11fab6" /> More permissive and better errors -- 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]
