[hive] branch master updated (17e18c0 -> d0bbe76)

2021-06-15 Thread mahesh
This is an automated email from the ASF dual-hosted git repository.

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


from 17e18c0  HIVE-25055: Improve the exception handling in HMSHandler 
(Zhihua Deng reviewed by Vihang Karajgaonkar)
 add d0bbe76  HIVE-25204 : Reduce overhead of adding notification log for 
update partition column statistics. (Mahesh Kumar Behera, reviewed by Aasha 
Medhi)

No new revisions were added by this update.

Summary of changes:
 .../hcatalog/listener/DbNotificationListener.java  | 195 ++---
 .../hadoop/hive/metastore/DirectSqlUpdateStat.java |  21 ++-
 .../hive/metastore/MetaStoreEventListener.java |   8 +-
 .../hive/metastore/MetaStoreListenerNotifier.java  |   5 +-
 ...va => UpdatePartitionColumnStatEventBatch.java} |  53 +++---
 .../hive/metastore/messaging/EventMessage.java |   1 +
 .../hive/metastore/messaging/MessageBuilder.java   |   1 +
 7 files changed, 136 insertions(+), 148 deletions(-)
 copy 
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/{OpenTxnEvent.java
 => UpdatePartitionColumnStatEventBatch.java} (53%)


[hive] branch master updated (d323351 -> 17e18c0)

2021-06-15 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository.

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


from d323351  disable unstable tests
 add 17e18c0  HIVE-25055: Improve the exception handling in HMSHandler 
(Zhihua Deng reviewed by Vihang Karajgaonkar)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hive/metastore/ExceptionHandler.java| 163 +
 .../apache/hadoop/hive/metastore/HMSHandler.java   | 670 ++---
 .../hive/metastore/TestExceptionHandler.java   | 124 
 3 files changed, 468 insertions(+), 489 deletions(-)
 create mode 100644 
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ExceptionHandler.java
 create mode 100644 
standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestExceptionHandler.java


[hive] branch master updated (7eb5ab0 -> d323351)

2021-06-15 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 7eb5ab0  HIVE-25238: Make SSL cipher suites configurable for Hive Web 
UI and HS2 (#2385) (Yongzhi Chen, reviewed by Naveen Gangam)
 add d323351  disable unstable tests

No new revisions were added by this update.

Summary of changes:
 .../src/test/java/org/apache/hive/jdbc/TestWMMetricsWithTrigger.java | 1 +
 .../java/org/apache/hive/service/TestHS2ImpersonationWithRemoteMS.java   | 1 +
 .../apache/hadoop/hive/llap/tezplugins/TestLlapTaskSchedulerService.java | 1 +
 ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestWorker.java  | 1 +
 4 files changed, 4 insertions(+)


[hive] branch master updated (588d44d -> 7eb5ab0)

2021-06-15 Thread ychena
This is an automated email from the ASF dual-hosted git repository.

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


from 588d44d  HIVE-25224: Multi insert statements involving tables with 
different bucketing_versions results in error (#2381) (Zoltan Haindrich 
reviewed by Krisztian Kasa)
 add 7eb5ab0  HIVE-25238: Make SSL cipher suites configurable for Hive Web 
UI and HS2 (#2385) (Yongzhi Chen, reviewed by Naveen Gangam)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hive/common/auth/HiveAuthUtils.java  | 21 ++---
 .../java/org/apache/hadoop/hive/conf/HiveConf.java  | 12 ++--
 .../src/java/org/apache/hive/http/HttpServer.java   | 14 ++
 .../service/cli/thrift/ThriftBinaryCLIService.java  |  5 -
 .../service/cli/thrift/ThriftHttpCLIService.java| 12 
 .../org/apache/hive/service/server/HiveServer2.java |  2 ++
 .../server/TestHS2HttpServerPamConfiguration.java   |  3 +++
 7 files changed, 63 insertions(+), 6 deletions(-)


[hive] branch master updated (6a7d4ba -> 588d44d)

2021-06-15 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 6a7d4ba  HIVE-24991: Enable fetching deleted rows in vectorized mode 
(Krisztian Kasa, reviewed by Panos Garefalakis)
 add 588d44d  HIVE-25224: Multi insert statements involving tables with 
different bucketing_versions results in error (#2381) (Zoltan Haindrich 
reviewed by Krisztian Kasa)

No new revisions were added by this update.

Summary of changes:
 .../hive/ql/optimizer/BucketVersionPopulator.java  |  48 -
 .../ql/optimizer/TestBucketVersionPopulator.java   |  70 +++
 .../multi_insert_bucketing_version.q   |  17 ++
 .../llap/multi_insert_bucketing_version.q.out  | 232 +
 4 files changed, 360 insertions(+), 7 deletions(-)
 create mode 100644 
ql/src/test/org/apache/hadoop/hive/ql/optimizer/TestBucketVersionPopulator.java
 create mode 100644 
ql/src/test/queries/clientpositive/multi_insert_bucketing_version.q
 create mode 100644 
ql/src/test/results/clientpositive/llap/multi_insert_bucketing_version.q.out


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

2021-06-15 Thread krisztiankasa
This is an automated email from the ASF dual-hosted git repository.

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


from 88048e7  HIVE-25093: date_format() UDF is returning output in UTC time 
zone only (Ashish Sharma, reviewed by Adesh Rao, Nikhil Gupta, Sankar Hariappan)
 add 6a7d4ba  HIVE-24991: Enable fetching deleted rows in vectorized mode 
(Krisztian Kasa, reviewed by Panos Garefalakis)

No new revisions were added by this update.

Summary of changes:
 .../hive/ql/exec/vector/VectorizedRowBatchCtx.java |  17 +-
 .../ql/io/orc/VectorizedOrcAcidRowBatchReader.java | 343 
 .../hive/ql/optimizer/physical/Vectorizer.java |   2 +-
 .../orc/TestVectorizedOrcAcidRowBatchReader.java   | 100 -
 .../clientpositive/acid_vectorization_original.q   |   2 +
 .../queries/clientpositive/fetch_deleted_rows.q|  19 +-
 .../clientpositive/fetch_deleted_rows_vector.q |  57 +++
 .../clientpositive/llap/acid_no_buckets.q.out  |  42 +-
 .../llap/acid_vectorization_original.q.out |  30 ++
 .../llap/convert_decimal64_to_decimal.q.out|  24 +-
 .../llap/expanding_multivaluecolvector.q.out   |  14 +-
 .../clientpositive/llap/fetch_deleted_rows.q.out   |  18 +-
 .../llap/fetch_deleted_rows_vector.q.out   | 441 +
 .../results/clientpositive/llap/keep_uniform.q.out |  14 +-
 .../results/clientpositive/llap/llap_acid.q.out|  12 +-
 .../clientpositive/llap/llap_acid_fast.q.out   |  12 +-
 .../clientpositive/llap/llap_partitioned.q.out |   8 +-
 .../llap/mapjoin_decimal_vectorized.q.out  |  42 +-
 .../llap/materialized_view_create_rewrite_6.q.out  |   4 +-
 .../results/clientpositive/llap/mergejoin.q.out|  40 +-
 .../llap/orc_struct_type_vectorization.q.out   |  16 +-
 .../llap/parquet_complex_types_vectorization.q.out |  48 +--
 .../llap/parquet_map_type_vectorization.q.out  |  16 +-
 .../clientpositive/llap/parquet_no_row_serde.q.out |   4 +-
 .../llap/parquet_struct_type_vectorization.q.out   |  16 +-
 .../llap/parquet_vectorization_0.q.out |   8 +-
 .../llap/parquet_vectorization_1.q.out |   8 +-
 .../llap/parquet_vectorization_10.q.out|   6 +-
 .../llap/parquet_vectorization_11.q.out|   4 +-
 .../llap/parquet_vectorization_12.q.out|   6 +-
 .../llap/parquet_vectorization_13.q.out|  16 +-
 .../llap/parquet_vectorization_14.q.out|   8 +-
 .../llap/parquet_vectorization_15.q.out|   6 +-
 .../llap/parquet_vectorization_16.q.out|   6 +-
 .../llap/parquet_vectorization_17.q.out|   6 +-
 .../llap/parquet_vectorization_2.q.out |   8 +-
 .../llap/parquet_vectorization_3.q.out |   8 +-
 .../llap/parquet_vectorization_4.q.out |   6 +-
 .../llap/parquet_vectorization_5.q.out |   2 +-
 .../llap/parquet_vectorization_6.q.out |   4 +-
 .../llap/parquet_vectorization_7.q.out |  16 +-
 .../llap/parquet_vectorization_8.q.out |  16 +-
 .../llap/parquet_vectorization_9.q.out |   6 +-
 .../llap/parquet_vectorization_div0.q.out  |  16 +-
 .../llap/parquet_vectorization_limit.q.out |   6 +-
 .../llap/probedecode_mapjoin_keyexpr.q.out |  26 +-
 .../llap/probedecode_mapjoin_simple.q.out  |  10 +-
 .../llap/probedecode_mapjoin_stats.q.out   |  20 +-
 .../llap/probedecode_static_keytype.q.out  |  20 +-
 .../schema_evol_orc_acidvec_part_llap_io.q.out |  28 +-
 .../llap/schema_evol_orc_acidvec_table.q.out   |  28 +-
 .../schema_evol_orc_acidvec_table_llap_io.q.out|  28 +-
 .../llap/schema_evol_orc_vec_part.q.out|  18 +-
 .../schema_evol_orc_vec_part_all_complex.q.out |   6 +-
 ...ema_evol_orc_vec_part_all_complex_llap_io.q.out |   6 +-
 .../schema_evol_orc_vec_part_all_primitive.q.out   |  10 +-
 ...a_evol_orc_vec_part_all_primitive_llap_io.q.out |  10 +-
 .../llap/schema_evol_orc_vec_table.q.out   |  10 +-
 .../llap/schema_evol_orc_vec_table_llap_io.q.out   |  10 +-
 .../llap/schema_evol_text_vec_part.q.out   |  18 +-
 .../schema_evol_text_vec_part_all_complex.q.out|   6 +-
 ...ma_evol_text_vec_part_all_complex_llap_io.q.out |   8 +-
 ..._evol_text_vec_part_all_primitive_llap_io.q.out |  10 +-
 .../llap/schema_evol_text_vec_part_llap_io.q.out   |  18 +-
 .../llap/schema_evol_text_vec_table.q.out  |  10 +-
 .../llap/schema_evol_text_vec_table_llap_io.q.out  |  28 +-
 .../llap/schema_evol_text_vecrow_part.q.out|  18 +-
 .../schema_evol_text_vecrow_part_all_complex.q.out |   6 +-
 ...evol_text_vecrow_part_all_complex_llap_io.q.out |   6 +-
 ...chema_evol_text_vecrow_part_all_primitive.q.out |  10 +-
 ...ol_text_vecrow_part_all_primitive_llap_io.q.out |  10 +-
 .../schema_evol_text_vecrow_part_llap_io.q.out |  22 +-