Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
The SqlDialect#quoteTimestampLiteral method uses the wrong format for standard SQL. Instead of "day of month" it uses "day of year", and instead of seconds is uses milliseconds. To fix this method, the format should be changed to:
yyyy-MM-dd HH:mm:ss
Attachments
Issue Links
- is related to
-
CALCITE-5039 View:Timestamp cannot query Data:Long in GMT+8 TimeZone Env
- Open
- links to