mirror of
https://github.com/apache/druid.git
synced 2025-02-07 02:28:19 +00:00
* SQL: Improved behavior when implicitly casting strings to date/time literals. - Handle all flavors of ISO8601 and SQL literals. - Throw errors on other literals instead of silently transforming them to 0. * Respect timeZone when format is null.