[hive] branch master updated (5ef33d6 -> 0061f50)

2021-01-18 Thread aasha
This is an automated email from the ASF dual-hosted git repository.

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


from 5ef33d6  HIVE-24623: Wrong FS error during dump for table-level 
replication when staging is remote. (Arko Sharma, reviewed by Aasha Medhi)
 add 0061f50  HIVE-24558 : Handle update in table level regular expression 
(Aasha Medhi, reviewed by Pravin Kumar Sinha)

No new revisions were added by this update.

Summary of changes:
 .../TestReplicationScenariosExclusiveReplica.java  |   4 +-
 .../parse/TestTableLevelReplicationScenarios.java  | 363 ++---
 .../hadoop/hive/ql/parse/WarehouseInstance.java|  15 +-
 .../hadoop/hive/ql/exec/repl/ReplDumpTask.java | 126 ---
 .../hadoop/hive/ql/exec/repl/ReplDumpWork.java |  10 +-
 .../hive/ql/parse/ReplicationSemanticAnalyzer.java |  33 --
 .../parse/repl/dump/events/AlterTableHandler.java  |   2 +-
 .../hive/ql/parse/repl/load/DumpMetaData.java  |  23 +-
 .../hadoop/hive/ql/exec/repl/TestReplDumpTask.java |   7 +-
 .../apache/hadoop/hive/common/repl/ReplScope.java  |  21 ++
 10 files changed, 452 insertions(+), 152 deletions(-)



[hive] branch master updated (da71808 -> 5ef33d6)

2021-01-18 Thread aasha
This is an automated email from the ASF dual-hosted git repository.

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


from da71808  HIVE-24597: Replication with timestamp type partition key 
failing in HA config with same NS (Arko Sharma, reviewed by Aasha Medhi)
 add 5ef33d6  HIVE-24623: Wrong FS error during dump for table-level 
replication when staging is remote. (Arko Sharma, reviewed by Aasha Medhi)

No new revisions were added by this update.

Summary of changes:
 .../TestReplicationScenariosExclusiveReplica.java  | 109 +
 .../hadoop/hive/ql/exec/repl/ReplDumpTask.java |   2 +-
 2 files changed, 110 insertions(+), 1 deletion(-)



[hive] branch master updated (2fcbb83 -> da71808)

2021-01-18 Thread aasha
This is an automated email from the ASF dual-hosted git repository.

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


from 2fcbb83  HIVE-24629: Invoke output committer in TezProcessor (Marton 
Bod reviewed by Laszlo Bodor and Peter Vary)
 add da71808  HIVE-24597: Replication with timestamp type partition key 
failing in HA config with same NS (Arko Sharma, reviewed by Aasha Medhi)

No new revisions were added by this update.

Summary of changes:
 .../TestReplicationScenariosAcrossInstances.java   | 24 --
 .../hadoop/hive/ql/parse/repl/dump/Utils.java  |  6 +++---
 2 files changed, 25 insertions(+), 5 deletions(-)



[hive] branch master updated (bdf9da2 -> 2fcbb83)

2021-01-18 Thread pvary
This is an automated email from the ASF dual-hosted git repository.

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


from bdf9da2  HIVE-24644: QueryResultCache parses the query twice 
(Krisztian Kasa, reviewed by Jesus Camacho Rodriguez, Viacheslav Avramenko)
 add 2fcbb83  HIVE-24629: Invoke output committer in TezProcessor (Marton 
Bod reviewed by Laszlo Bodor and Peter Vary)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |   3 +
 .../apache/hadoop/hive/ql/exec/tez/DagUtils.java   |  11 +-
 .../hadoop/hive/ql/exec/tez/TezProcessor.java  |  21 ++-
 .../hadoop/hive/ql/exec/tez/TestDagUtils.java  |  27 +++
 .../hive/ql/exec/tez/TestTezOutputCommitter.java   | 187 +
 5 files changed, 246 insertions(+), 3 deletions(-)
 create mode 100644 
ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestTezOutputCommitter.java



[hive] branch master updated (1585e14 -> bdf9da2)

2021-01-18 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 1585e14  HIVE-24626: LLAP: reader threads could be starvated if all IO 
elevator threads are busy to enqueue to another readers with full queue (#1868) 
(Laszlo Bodor reviewed by Prasanth Jayachandran, Panagiotis Garefalakis)
 add bdf9da2  HIVE-24644: QueryResultCache parses the query twice 
(Krisztian Kasa, reviewed by Jesus Camacho Rodriguez, Viacheslav Avramenko)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hive/ql/parse/SemanticAnalyzer.java | 112 +
 1 file changed, 4 insertions(+), 108 deletions(-)



[hive] branch master updated (c934369 -> 1585e14)

2021-01-18 Thread abstractdog
This is an automated email from the ASF dual-hosted git repository.

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


from c934369  HIVE-24630: clean up multiple parseDelta in AcidUtils (Peter 
Varga, reviewed by Denys Kuzmenko)
 add 1585e14  HIVE-24626: LLAP: reader threads could be starvated if all IO 
elevator threads are busy to enqueue to another readers with full queue (#1868) 
(Laszlo Bodor reviewed by Prasanth Jayachandran, Panagiotis Garefalakis)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/hadoop/hive/llap/LlapItUtils.java   |  1 +
 .../org/apache/hadoop/hive/llap/daemon/impl/LlapDaemon.java  |  7 +++
 .../apache/hadoop/hive/llap/daemon/impl/TestLlapDaemon.java  | 12 
 3 files changed, 20 insertions(+)



[hive] branch master updated (89073a9 -> c934369)

2021-01-18 Thread dkuzmenko
This is an automated email from the ASF dual-hosted git repository.

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


from 89073a9  HIVE-24514: UpdateMDatabaseURI does not update managed 
location URI (#1761)
 add c934369  HIVE-24630: clean up multiple parseDelta in AcidUtils (Peter 
Varga, reviewed by Denys Kuzmenko)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hadoop/hive/ql/io/AcidUtils.java| 135 +++--
 .../ql/io/orc/VectorizedOrcAcidRowBatchReader.java |   4 +-
 .../orc/TestVectorizedOrcAcidRowBatchReader.java   |   3 +-
 .../hive/ql/metadata/TestMSCKRepairOnAcid.java |   3 +-
 4 files changed, 50 insertions(+), 95 deletions(-)