-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30788/
-----------------------------------------------------------
(Updated Feb. 11, 2015, 10:14 p.m.)
Review request for hive, Jason Dere, Siying Dong, and Vikram Dixit Kumaraswamy.
Changes
-------
added udf_from_utc_timestamp.q and udf_to_utc_timestamp.q to test the fix
Bugs: HIVE-9617
https://issues.apache.org/jira/browse/HIVE-9617
Repository: hive-git
Description
-------
HIVE-9617 UDF from_utc_timestamp throws NPE if the second argument is null
Diffs (updated)
-----
ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFFromUtcTimestamp.java
f76fc104774cf77597d8467c9dcf3fe8d05cddce
ql/src/test/queries/clientpositive/udf_from_utc_timestamp.q PRE-CREATION
ql/src/test/queries/clientpositive/udf_to_utc_timestamp.q PRE-CREATION
ql/src/test/results/clientpositive/udf_from_utc_timestamp.q.out PRE-CREATION
ql/src/test/results/clientpositive/udf_to_utc_timestamp.q.out PRE-CREATION
Diff: https://reviews.apache.org/r/30788/diff/
Testing
-------
Thanks,
Alexander Pivovarov