You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by sa...@apache.org on 2021/07/26 05:22:17 UTC

[hive] branch master updated (c26c37c -> 988aa7d)

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

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


    from c26c37c  HIVE-24918: Handle failover case during repl dump. (Haymant Mangla, reviewed by Pravin Kumar Sinha)
     add 988aa7d  HIVE-25332: Refactor UDF CAST(<Date string> as DATE) (Ashish Sharma, reviewed by Matt McCline, Adesh Rao)

No new revisions were added by this update.

Summary of changes:
 .../apache/hadoop/hive/ql/udf/UDFDayOfMonth.java   |  2 +-
 .../org/apache/hadoop/hive/ql/udf/UDFMonth.java    |  2 +-
 .../org/apache/hadoop/hive/ql/udf/UDFYear.java     |  2 +-
 .../hadoop/hive/ql/udf/generic/GenericUDF.java     | 32 +++---------
 .../hive/ql/udf/generic/GenericUDFAddMonths.java   |  2 +-
 .../hive/ql/udf/generic/GenericUDFLastDay.java     |  2 +-
 .../ql/udf/generic/GenericUDFMonthsBetween.java    |  4 +-
 .../hive/ql/udf/generic/GenericUDFNextDay.java     |  2 +-
 .../hive/ql/udf/generic/GenericUDFQuarter.java     |  2 +-
 .../hive/ql/udf/generic/GenericUDFToDate.java      | 58 ++++++----------------
 .../hive/ql/udf/generic/TestGenericUDFLastDay.java |  6 +--
 11 files changed, 32 insertions(+), 82 deletions(-)