Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.6.0, 1.7.0
-
CentOS 7
Description
TO_TIME('2016-03-03 00:00', ''yyyy-MM-dd HH:mm') returns "05:14:46.656" instead of the expected "00:00:00"
Adding and additional split does work as expected: TO_TIME(SPLIT('2016-03-03 00:00', ' ')[1], 'HH:mm')
Attachments
Issue Links
- relates to
-
DRILL-7139 Date_add() can produce incorrect results when adding to a timestamp
- Closed
- links to