Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9724 )
Change subject: IMPALA-6699: Fix DST end time for Australian time zones ...................................................................... IMPALA-6699: Fix DST end time for Australian time zones In Australian time zones where Daylight Saving Time is used (except LHDT) DST should end at 3am on the first Sunday of April when the clock is set back to 2am. However, the current time zone DB contains wrong DST end time for them. This fix sets the DST end time to 3am for the mentioned time zones. Change-Id: I461cd4a9057dfebfe8dd85b568cba4f1e87ad215 Reviewed-on: http://gerrit.cloudera.org:8080/9724 Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Impala Public Jenkins --- M be/src/exprs/expr-test.cc M be/src/exprs/timezone_db.cc 2 files changed, 61 insertions(+), 14 deletions(-) Approvals: Tim Armstrong: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/9724 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I461cd4a9057dfebfe8dd85b568cba4f1e87ad215 Gerrit-Change-Number: 9724 Gerrit-PatchSet: 5 Gerrit-Owner: Gabor Kaszab <[email protected]> Gerrit-Reviewer: Attila Jeges <[email protected]> Gerrit-Reviewer: Gabor Kaszab <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Tim Armstrong <[email protected]>
