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

2021-07-25 Thread sankarh
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( 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(-)


[hive] branch master updated (2022e24 -> c26c37c)

2021-07-25 Thread pravin
This is an automated email from the ASF dual-hosted git repository.

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


from 2022e24  HIVE-25307: Hive Server 2 crashes when Thrift library 
encounters particular security protocol issue (Matt Mccline, reviewed by Sankar 
Hariappan)
 add c26c37c  HIVE-24918: Handle failover case during repl dump. (Haymant 
Mangla, reviewed by Pravin Kumar Sinha)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |   3 +
 .../parse/TestReplicationScenariosAcidTables.java  | 233 +
 .../apache/hadoop/hive/ql/exec/repl/ReplAck.java   |   3 +-
 .../hadoop/hive/ql/exec/repl/ReplDumpTask.java | 203 ++
 .../hadoop/hive/ql/exec/repl/ReplDumpWork.java |  37 +++-
 .../hadoop/hive/ql/exec/repl/util/ReplUtils.java   |  16 --
 .../hive/ql/parse/repl/load/FailoverMetaData.java  | 206 ++
 .../repl/metric/ReplicationMetricCollector.java|  21 ++
 .../hive/ql/parse/repl/metric/event/Metadata.java  |  21 ++
 .../hive/ql/parse/repl/metric/event/Status.java|   4 +-
 .../metric/TestReplicationMetricCollector.java |  43 
 .../repl/metric/TestReplicationMetricSink.java |  66 ++
 12 files changed, 798 insertions(+), 58 deletions(-)
 create mode 100644 
ql/src/java/org/apache/hadoop/hive/ql/parse/repl/load/FailoverMetaData.java


[hive] branch master updated (e5a7985 -> 2022e24)

2021-07-25 Thread sankarh
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 e5a7985  HIVE-25368: Code does not build in IDE and a small fix (Peter 
Vary reviewed by Zoltan Haindrich)
 add 2022e24  HIVE-25307: Hive Server 2 crashes when Thrift library 
encounters particular security protocol issue (Matt Mccline, reviewed by Sankar 
Hariappan)

No new revisions were added by this update.

Summary of changes:
 .../metastore/security/HadoopThriftAuthBridge.java | 25 +-
 1 file changed, 20 insertions(+), 5 deletions(-)