This is an automated email from the ASF dual-hosted git repository.
abstractdog pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.
from 620b2b1 HIVE-25408: AlterTableSetOwnerAnalyzer should send Hive
Privilege Objects for Authorization (#2560) (Sai Hemanth Gantasala, reviewed by
Yongzhi Chen)
add eb2cc61 HIVE-25449: datediff() gives wrong output when run in a tez
task with some non-UTC timezone (#2591) (Shubham Chaurasia reviewed by Laszlo
Bodor)
No new revisions were added by this update.
Summary of changes:
.../expressions/VectorUDFDateDiffColCol.java | 20 +++---
.../expressions/VectorUDFDateDiffColScalar.java | 16 ++---
.../expressions/VectorUDFDateDiffScalarCol.java | 16 ++---
.../TestVectorGenericDateExpressions.java | 74 ++++++++++++++++++++
.../queries/clientpositive/udf_datediff_with_tz.q | 15 +++++
.../clientpositive/llap/udf_datediff_with_tz.q.out | 78 ++++++++++++++++++++++
6 files changed, 192 insertions(+), 27 deletions(-)
create mode 100644 ql/src/test/queries/clientpositive/udf_datediff_with_tz.q
create mode 100644
ql/src/test/results/clientpositive/llap/udf_datediff_with_tz.q.out