Bikramjeet Vig has uploaded a new change for review. http://gerrit.cloudera.org:8080/7216
Change subject: IMPALA-2546: Fix handeling of invalid timezones ...................................................................... IMPALA-2546: Fix handeling of invalid timezones The bug was that when invalid timezones were passed to udfs "to_utc_timestamp" and "from_utc_timestamp", a warning was shown and original values were returned. The correct behaviour is that an error should be returned instead. Testing: Added expression tests for both udfs Change-Id: I587a16bb8e835a6eea02e1f87fd4033686e84d0f --- M be/src/exprs/expr-test.cc M be/src/exprs/timestamp-functions.cc 2 files changed, 5 insertions(+), 6 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/16/7216/1 -- To view, visit http://gerrit.cloudera.org:8080/7216 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I587a16bb8e835a6eea02e1f87fd4033686e84d0f Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Bikramjeet Vig <[email protected]>
