Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0
-
None
Description
The following query fail due to a formatting issue.
SELECT CAST(`ssb_druid_100`.`__time` AS TIMESTAMP) AS `x_time`, . . . . . . . . . . . . . . . .> SUM(`ssb_druid_100`.`lo_revenue`) AS `sum_lo_revenue_ok` . . . . . . . . . . . . . . . .> FROM `druid_ssb`.`ssb_druid_100` `ssb_druid_100` . . . . . . . . . . . . . . . .> GROUP BY CAST(`ssb_druid_100`.`__time` AS TIMESTAMP);
Exception
Error: java.io.IOException: java.lang.NumberFormatException: For input string: "1991-12-31 19:00:00" (state=,code=0)
jcamachorodriguez maybe this is fixed by your upcoming patches.
Attachments
Attachments
Issue Links
- is related to
-
HIVE-19721 Druid Storage handler throws exception when query has a Cast to Date
- Resolved
- links to