[hive] branch master updated (9b3d10a -> 1c66012)

2021-04-20 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 9b3d10a  HIVE-24986: Support aggregates on columns present in rollups 
(#2159) (Zoltan Haindrich reviewed by Krisztian Kasa)
 add 1c66012  HIVE-25002: modify condition for target of replication in 
statsUpdaterThread and PartitionManagementTask (#2167)(Haymant Mangla, reviewed 
by Aasha Medhi)

No new revisions were added by this update.

Summary of changes:
 .../TestReplicationScenariosAcrossInstances.java|  5 +++--
 .../hadoop/hive/ql/exec/repl/ReplLoadTask.java  |  3 ++-
 .../ql/exec/repl/bootstrap/load/LoadDatabase.java   |  3 ++-
 .../hadoop/hive/ql/exec/repl/util/ReplUtils.java|  6 ++
 .../hadoop/hive/ql/stats/StatsUpdaterThread.java|  5 ++---
 .../hive/ql/stats/TestStatsUpdaterThread.java   | 21 +++--
 .../apache/hadoop/hive/common/repl/ReplConst.java   |  2 ++
 .../hive/metastore/PartitionManagementTask.java | 15 +++
 .../hive/metastore/TestPartitionManagement.java |  8 ++--
 9 files changed, 37 insertions(+), 31 deletions(-)


[hive] branch master updated (b2533be -> 9b3d10a)

2021-04-20 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 b2533be  disable script_broken_pipe2
 add 9b3d10a  HIVE-24986: Support aggregates on columns present in rollups 
(#2159) (Zoltan Haindrich reviewed by Krisztian Kasa)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hive/ql/parse/CalcitePlanner.java   |   3 -
 .../hadoop/hive/ql/parse/SemanticAnalyzer.java |  78 --
 ql/src/test/queries/clientnegative/groupby_cube2.q |   5 -
 .../test/queries/clientnegative/groupby_rollup1.q  |   5 -
 .../test/queries/clientnegative/groupby_rollup2.q  |   5 -
 .../test/queries/clientpositive/groupby_rollup2.q  |  22 ++
 .../clientpositive/vector_groupby_rollup2.q|  32 +++
 .../results/clientnegative/groupby_cube2.q.out |   1 -
 .../results/clientnegative/groupby_rollup1.q.out   |   1 -
 .../results/clientnegative/groupby_rollup2.q.out   |   1 -
 .../clientpositive/llap/groupby_rollup2.q.out  | 265 +
 .../llap/vector_groupby_rollup2.q.out  | 265 +
 12 files changed, 584 insertions(+), 99 deletions(-)
 delete mode 100644 ql/src/test/queries/clientnegative/groupby_cube2.q
 delete mode 100644 ql/src/test/queries/clientnegative/groupby_rollup1.q
 delete mode 100644 ql/src/test/queries/clientnegative/groupby_rollup2.q
 create mode 100644 ql/src/test/queries/clientpositive/groupby_rollup2.q
 create mode 100644 ql/src/test/queries/clientpositive/vector_groupby_rollup2.q
 delete mode 100644 ql/src/test/results/clientnegative/groupby_cube2.q.out
 delete mode 100644 ql/src/test/results/clientnegative/groupby_rollup1.q.out
 delete mode 100644 ql/src/test/results/clientnegative/groupby_rollup2.q.out
 create mode 100644 
ql/src/test/results/clientpositive/llap/groupby_rollup2.q.out
 create mode 100644 
ql/src/test/results/clientpositive/llap/vector_groupby_rollup2.q.out


[hive] branch master updated (391e9fc -> b2533be)

2021-04-20 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 391e9fc  HIVE-24980: Add timeout for failed and did not initiate 
compaction cleanup (Karen Coppage, reviewed by Denys Kuzmenko)
 add b2533be  disable script_broken_pipe2

No new revisions were added by this update.

Summary of changes:
 ql/src/test/queries/clientnegative/script_broken_pipe2.q | 1 +
 1 file changed, 1 insertion(+)


[hive] branch master updated (b02eaa6 -> 391e9fc)

2021-04-20 Thread klcopp
This is an automated email from the ASF dual-hosted git repository.

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


from b02eaa6  HIVE-25027: Hide Iceberg module behind a profile (Peter Vary 
reviewed by Marton Bod and Laszlo Pinter)
 add 391e9fc  HIVE-24980: Add timeout for failed and did not initiate 
compaction cleanup (Karen Coppage, reviewed by Denys Kuzmenko)

No new revisions were added by this update.

Summary of changes:
 .../metastore/txn/TestCompactionTxnHandler.java| 125 +++--
 .../hadoop/hive/metastore/conf/MetastoreConf.java  |   4 +
 .../hive/metastore/txn/CompactionTxnHandler.java   |  49 ++--
 3 files changed, 160 insertions(+), 18 deletions(-)


[hive] branch master updated (639b41a -> b02eaa6)

2021-04-20 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 639b41a  HIVE-25005: Provide default implementation for HMS APIs 
(Kishen Das, reviewed by Naveen Gangam and Vihang Karajgaonkar)
 add b02eaa6  HIVE-25027: Hide Iceberg module behind a profile (Peter Vary 
reviewed by Marton Bod and Laszlo Pinter)

No new revisions were added by this update.

Summary of changes:
 Jenkinsfile   |  2 +-
 packaging/pom.xml | 26 --
 pom.xml   |  7 ++-
 3 files changed, 23 insertions(+), 12 deletions(-)