You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kg...@apache.org on 2020/12/03 11:05:44 UTC

[hive] branch master updated (9cc3dc4 -> 1671e6a)

This is an automated email from the ASF dual-hosted git repository.

kgyrtkirk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.


    from 9cc3dc4  HIVE-24453: Direct SQL error when parsing create_time value for database (Jesus Camacho Rodriguez, reviewed by Krisztian Kasa)
     add 1671e6a  HIVE-24435: Vectorized unix_timestamp is inconsistent with non-vectorized counterpart (#1713) (Zoltan Haindrich reviewed by Krisztian Kasa)

No new revisions were added by this update.

Summary of changes:
 .../expressions/VectorUDFDayOfWeekString.java      |  2 +-
 .../expressions/VectorUDFTimestampFieldString.java |  9 +---
 .../expressions/VectorUDFUnixTimeStampString.java  |  2 +-
 .../expressions/VectorUDFWeekOfYearString.java     |  2 +-
 .../queries/clientpositive/vector_unix_timestamp.q | 21 ++++++++
 .../clientpositive/vectorized_timestamp_funcs.q    |  4 +-
 .../llap/vector_unix_timestamp.q.out               | 56 ++++++++++++++++++++++
 .../llap/vectorized_timestamp_funcs.q.out          | 10 ++--
 8 files changed, 89 insertions(+), 17 deletions(-)
 create mode 100644 ql/src/test/queries/clientpositive/vector_unix_timestamp.q
 create mode 100644 ql/src/test/results/clientpositive/llap/vector_unix_timestamp.q.out