Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Bug
-
Impala 2.3.0
-
None
Description
Invalid time zone values are ignored, but should be rejected. Users shouldn't be able to ignore warnings and get back incorrectly translated times.
Query: select to_utc_timestamp('2015-10-13 09:15:34.101', 'pdt') +----------------------------------------------------+ | to_utc_timestamp('2015-10-13 09:15:34.101', 'pdt') | +----------------------------------------------------+ | 2015-10-13 09:15:34.101000000 | +----------------------------------------------------+ WARNINGS: UDF WARNING: Unknown timezone 'pdt'
Attachments
Issue Links
- is related to
-
IMPALA-2542 PDT and PST use the same offset
- Resolved
-
IMPALA-3169 to_utc_timestamp blank value
- Closed
-
IMPALA-2544 Implicit column aliases are converted to lowercase
- Open
- relates to
-
IMPALA-5203 from_utc_timestamp inconsistent how it handles daily savings time
- Resolved
-
IMPALA-4250 from_utc_time function issue for CET daylight savings
- Resolved
-
IMPALA-5563 Timezone lookup may be ambiguous
- Closed