[hive] branch master updated (1f988ed -> 99acfac)

2021-07-07 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 1f988ed  HIVE-25301. Expose notification log table through sys db. 
(#2440)(Ayush Saxena, reviewed by Aasha Medhi)
 add 99acfac  HIVE-23801. 
TestMiniLlapLocalCliDriver[replication_metrics_ingest] is flaky. (#2443)(Ayush 
Saxena, reviewed by Aasha Medhi)

No new revisions were added by this update.

Summary of changes:
 .../queries/clientpositive/replication_metrics_ingest.q |  5 +++--
 .../llap/replication_metrics_ingest.q.out   | 17 +
 2 files changed, 16 insertions(+), 6 deletions(-)


[hive] branch master updated (b04db6b -> 1f988ed)

2021-07-07 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 b04db6b  HIVE-25086: Create Ranger Deny Policy for replication db in 
all cases. (#2240)(Haymant Mangla, reviewed by Aasha Medhi)
 add 1f988ed  HIVE-25301. Expose notification log table through sys db. 
(#2440)(Ayush Saxena, reviewed by Aasha Medhi)

No new revisions were added by this update.

Summary of changes:
 .../upgrade/hive/hive-schema-4.0.0.hive.sql| 28 +++
 .../upgrade/hive/upgrade-3.1.0-to-4.0.0.hive.sql   | 28 +++
 .../queries/clientpositive/sys_notification_log.q  | 18 +++
 .../results/clientpositive/llap/resourceplan.q.out |  4 ++
 .../llap/strict_managed_tables_sysdb.q.out |  6 +++
 .../clientpositive/llap/sys_notification_log.q.out | 58 ++
 .../test/results/clientpositive/llap/sysdb.q.out   | 16 +-
 7 files changed, 157 insertions(+), 1 deletion(-)
 create mode 100644 ql/src/test/queries/clientpositive/sys_notification_log.q
 create mode 100644 
ql/src/test/results/clientpositive/llap/sys_notification_log.q.out


[hive] branch master updated (7eb731a -> b04db6b)

2021-07-07 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 7eb731a  HIVE-25278: HiveProjectJoinTransposeRule may do invalid 
transformations with windowing expressions (ADDENDUM)
 add b04db6b  HIVE-25086: Create Ranger Deny Policy for replication db in 
all cases. (#2240)(Haymant Mangla, reviewed by Aasha Medhi)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |   6 +-
 .../java/org/apache/hadoop/hive/ql/ErrorMsg.java   |   4 +-
 .../TestReplicationScenariosAcrossInstances.java   |   2 +-
 ql/if/queryplan.thrift |   1 +
 ql/src/gen/thrift/gen-cpp/queryplan_types.cpp  |   4 +-
 ql/src/gen/thrift/gen-cpp/queryplan_types.h|   5 +-
 .../apache/hadoop/hive/ql/plan/api/StageType.java  |   9 +-
 ql/src/gen/thrift/gen-php/StageType.php|  11 +-
 ql/src/gen/thrift/gen-py/queryplan/ttypes.py   |  15 +-
 ql/src/gen/thrift/gen-rb/queryplan_types.rb|   9 +-
 .../apache/hadoop/hive/ql/exec/TaskFactory.java|   3 +
 .../hadoop/hive/ql/exec/repl/RangerDenyTask.java   | 161 +
 .../hadoop/hive/ql/exec/repl/RangerDenyWork.java   |  73 ++
 .../hadoop/hive/ql/exec/repl/RangerLoadTask.java   |   8 +-
 .../hadoop/hive/ql/exec/repl/ReplLoadTask.java |  19 +++
 .../ql/exec/repl/ranger/NoOpRangerRestClient.java  |  11 +-
 .../hive/ql/exec/repl/ranger/RangerRestClient.java |   8 +-
 .../ql/exec/repl/ranger/RangerRestClientImpl.java  |  91 
 .../hadoop/hive/ql/exec/repl/util/ReplUtils.java   |   2 +-
 .../hive/ql/exec/repl/TestRangerLoadTask.java  |  91 
 .../ql/exec/repl/ranger/TestRangerRestClient.java  |   2 +-
 21 files changed, 407 insertions(+), 128 deletions(-)
 create mode 100644 
ql/src/java/org/apache/hadoop/hive/ql/exec/repl/RangerDenyTask.java
 create mode 100644 
ql/src/java/org/apache/hadoop/hive/ql/exec/repl/RangerDenyWork.java


[hive] branch master updated (2639508 -> 7eb731a)

2021-07-07 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 2639508  HIVE-25213: Implement List getTables() for existing 
connectors (Dantong Dong reviewed Naveen Gangam)
 add 7eb731a  HIVE-25278: HiveProjectJoinTransposeRule may do invalid 
transformations with windowing expressions (ADDENDUM)

No new revisions were added by this update.

Summary of changes:
 ql/src/test/results/clientpositive/llap/cbo_proj_join_transpose.q.out | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)