[hive] branch master updated (a0c9f8e -> 4d0d6d6)

2020-12-09 Thread prasanthj
This is an automated email from the ASF dual-hosted git repository.

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


from a0c9f8e  HIVE-24475: Generalize fixacidkeyindex utility (Antal 
Sinkovits, reviewed by Peter Varga and Mahesh Kumar Behera)(#1730)
 add 4d0d6d6  HIVE-24497: Node heartbeats from LLAP Daemon to the client 
are not ma… (#1755)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hive/llap/daemon/impl/AMReporter.java   | 28 ++
 .../hive/llap/daemon/impl/TaskRunnerCallable.java  |  2 +-
 .../daemon/impl/comparator/TestAMReporter.java |  4 ++--
 3 files changed, 26 insertions(+), 8 deletions(-)



[hive] branch branch-2.3 updated (95fbc33 -> f47f85a)

2020-12-09 Thread sunchao
This is an automated email from the ASF dual-hosted git repository.

sunchao pushed a change to branch branch-2.3
in repository https://gitbox.apache.org/repos/asf/hive.git.


from 95fbc33  HIVE-24512: Exclude calcite in packaging. (#1760)
 add f47f85a  Updated release notes for 2.3.8 release RC1

No new revisions were added by this update.

Summary of changes:
 RELEASE_NOTES.txt | 1 +
 1 file changed, 1 insertion(+)



[hive] annotated tag release-2.3.8-rc1 updated (f47f85a -> 98a5e23)

2020-12-09 Thread sunchao
This is an automated email from the ASF dual-hosted git repository.

sunchao pushed a change to annotated tag release-2.3.8-rc1
in repository https://gitbox.apache.org/repos/asf/hive.git.


*** WARNING: tag release-2.3.8-rc1 was modified! ***

from f47f85a  (commit)
  to 98a5e23  (tag)
 tagging f47f85a982cda776eb106bd61b6929735ecc6995 (commit)
 replaces release-2.3.8-rc0
  by Chao Sun
  on Wed Dec 9 14:51:39 2020 -0800

- Log -
Hive 2.3.8-rc1 release.
---


No new revisions were added by this update.

Summary of changes:



[hive] branch branch-2 updated: HIVE-24512: Exclude calcite in packaging. (#1760)

2020-12-09 Thread sunchao
This is an automated email from the ASF dual-hosted git repository.

sunchao pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/branch-2 by this push:
 new 14f7c83  HIVE-24512: Exclude calcite in packaging. (#1760)
14f7c83 is described below

commit 14f7c8335eb6a77a64a965e171819dae3f6620ba
Author: Liang-Chi Hsieh 
AuthorDate: Wed Dec 9 14:39:07 2020 -0800

HIVE-24512: Exclude calcite in packaging. (#1760)
---
 packaging/src/main/assembly/bin.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packaging/src/main/assembly/bin.xml 
b/packaging/src/main/assembly/bin.xml
index 84686ee..3ffd99b 100644
--- a/packaging/src/main/assembly/bin.xml
+++ b/packaging/src/main/assembly/bin.xml
@@ -39,6 +39,7 @@
   true
   true
   
+org.apache.calcite:*
 org.apache.hadoop:*
 org.apache.hive.hcatalog:*
 org.slf4j:*



[hive] branch branch-2.3 updated: HIVE-24512: Exclude calcite in packaging. (#1760)

2020-12-09 Thread sunchao
This is an automated email from the ASF dual-hosted git repository.

sunchao pushed a commit to branch branch-2.3
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/branch-2.3 by this push:
 new 95fbc33  HIVE-24512: Exclude calcite in packaging. (#1760)
95fbc33 is described below

commit 95fbc33cbf0732dfc2ec3206cd8941e8ecd0a249
Author: Liang-Chi Hsieh 
AuthorDate: Wed Dec 9 14:39:07 2020 -0800

HIVE-24512: Exclude calcite in packaging. (#1760)
---
 packaging/src/main/assembly/bin.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packaging/src/main/assembly/bin.xml 
b/packaging/src/main/assembly/bin.xml
index 84686ee..3ffd99b 100644
--- a/packaging/src/main/assembly/bin.xml
+++ b/packaging/src/main/assembly/bin.xml
@@ -39,6 +39,7 @@
   true
   true
   
+org.apache.calcite:*
 org.apache.hadoop:*
 org.apache.hive.hcatalog:*
 org.slf4j:*



[hive] branch master updated (f6ac13a -> a0c9f8e)

2020-12-09 Thread lpinter
This is an automated email from the ASF dual-hosted git repository.

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


from f6ac13a  HIVE-23410: ACID: Improve the delete and update operations to 
avoid the move step (#1660) (reviewed by Peter Vary)
 add a0c9f8e  HIVE-24475: Generalize fixacidkeyindex utility (Antal 
Sinkovits, reviewed by Peter Varga and Mahesh Kumar Behera)(#1730)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hive/ql/io/orc/FixAcidKeyIndex.java | 145 +++--
 .../hadoop/hive/ql/io/orc/TestFixAcidKeyIndex.java |  46 +--
 2 files changed, 109 insertions(+), 82 deletions(-)