[hive] branch master updated (e3e827b -> 88048e7)

2021-06-14 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 e3e827b  HIVE-25138: Auto disable scheduled queries after repeated 
failures (#2343) (Zoltan Haindrich reviewed by Krisztian Kasa)
 add 88048e7  HIVE-25093: date_format() UDF is returning output in UTC time 
zone only (Ashish Sharma, reviewed by Adesh Rao, Nikhil Gupta, Sankar Hariappan)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hadoop/hive/common/type/Date.java   |  5 +++
 .../apache/hadoop/hive/common/type/Timestamp.java  | 12 ++--
 .../auth/saml/TestHttpSamlAuthentication.java  |  4 +--
 .../java/org/apache/hive/jdbc/HiveConnection.java  |  2 +-
 .../hive/ql/udf/generic/GenericUDFDateFormat.java  | 16 --
 .../apache/hadoop/hive/ql/util/DateTimeMath.java   | 21 +
 .../ql/udf/generic/TestGenericUDFDateFormat.java   | 18 +++
 .../test/queries/clientpositive/udf_date_format.q  | 20 
 .../clientpositive/llap/udf_date_format.q.out  | 36 ++
 9 files changed, 126 insertions(+), 8 deletions(-)


[hive] branch master updated (973b386 -> e3e827b)

2021-06-14 Thread kgyrtkirk
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 973b386  HIVE-24707: Apply Sane Default for Tez Containers as Last 
Resort (#1933)
 add e3e827b  HIVE-25138: Auto disable scheduled queries after repeated 
failures (#2343) (Zoltan Haindrich reviewed by Krisztian Kasa)

No new revisions were added by this update.

Summary of changes:
 .../hive/ql/schq/TestScheduledQueryService.java|   2 +-
 .../gen/thrift/gen-cpp/hive_metastore_types.cpp|   8 +-
 .../src/gen/thrift/gen-cpp/hive_metastore_types.h  |   3 +-
 .../hadoop/hive/metastore/api/QueryState.java  |   5 +-
 .../gen/thrift/gen-php/metastore/QueryState.php|   3 +
 .../src/gen/thrift/gen-py/hive_metastore/ttypes.py |   3 +
 .../src/gen/thrift/gen-rb/hive_metastore_types.rb  |   5 +-
 .../hadoop/hive/metastore/conf/MetastoreConf.java  |  16 +++
 .../src/main/thrift/hive_metastore.thrift  |   1 +
 .../apache/hadoop/hive/metastore/ObjectStore.java  |  87 -
 .../hive/metastore/model/MScheduledQuery.java  |   3 +
 .../client/TestMetastoreScheduledQueries.java  | 138 +
 12 files changed, 264 insertions(+), 10 deletions(-)