Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
STRING to TIMESTAMP(_LTZ) casting now considers fractional seconds. Before fractional seconds of any precision were ignored.
Description
Currently the method toTimestamp(str, tz) from SqlDateTimeUtils doesn't accept more then 23 chars in the input and it also return a long which is the millis since epoch so the rest of the fractional secs are ignored.