[hive] branch master updated (61d5c64 -> eed78df)

2021-03-18 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 61d5c64  HIVE-24718: Moving to file based iteration for copying data 
(Arko Sharma, reviewed by Pravin Kumar Sinha )
 add eed78df  HIVE-24853. HMS leaks queries in case of timeout. (#2044) 
(Ayush Saxena reviewed by Zoltan Haindrich)

No new revisions were added by this update.

Summary of changes:
 .../cache/TestCachedStoreUpdateUsingEvents.java|   4 +
 .../hadoop/hive/metastore/HiveAlterHandler.java|   7 +-
 .../hadoop/hive/metastore/MetaStoreDirectSql.java  | 273 -
 .../hive/metastore/MetastoreDirectSqlUtils.java|  76 +++---
 .../hive/metastore/TestHiveAlterHandler.java   |   6 +
 5 files changed, 213 insertions(+), 153 deletions(-)



[hive] branch master updated (b4f493b -> 61d5c64)

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

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


from b4f493b  HIVE-24882: Compaction task reattempt fails with 
FileAlreadyExistsException for DeleteEventWriter (Naresh Panchetty Ramanaiah, 
reviewed by Denys Kuzmenko)
 add 61d5c64  HIVE-24718: Moving to file based iteration for copying data 
(Arko Sharma, reviewed by Pravin Kumar Sinha )

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |   9 +-
 .../hadoop/hive/ql/parse/ReplicationTestUtils.java |  30 +-
 .../TestReplicationScenariosAcrossInstances.java   |  80 +++--
 .../TestReplicationScenariosExclusiveReplica.java  |  71 ++--
 .../TestReplicationScenariosExternalTables.java| 114 +++
 ...icationScenariosExternalTablesMetaDataOnly.java |  61 ++--
 .../parse/TestTableLevelReplicationScenarios.java  |  31 +-
 .../hadoop/hive/ql/exec/repl/DirCopyWork.java  |  10 +-
 .../hadoop/hive/ql/exec/repl/ReplDumpTask.java |  90 +++--
 .../hadoop/hive/ql/exec/repl/ReplDumpWork.java |  98 --
 .../hive/ql/exec/repl/ReplExternalTables.java  | 376 ++---
 .../hadoop/hive/ql/exec/repl/ReplLoadTask.java |   2 +-
 .../hadoop/hive/ql/exec/repl/ReplLoadWork.java |  42 ++-
 .../events/filesystem/DatabaseEventsIterator.java  |   2 +-
 .../hadoop/hive/ql/exec/repl/util/FileList.java| 266 +--
 .../hive/ql/exec/repl/util/FileListStreamer.java   | 141 
 .../hadoop/hive/ql/exec/repl/TestReplDumpTask.java |   4 -
 .../hive/ql/exec/repl/util/TestFileList.java   | 295 +++-
 18 files changed, 824 insertions(+), 898 deletions(-)
 delete mode 100644 
ql/src/java/org/apache/hadoop/hive/ql/exec/repl/util/FileListStreamer.java



[hive] branch master updated (e429eb7 -> b4f493b)

2021-03-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 e429eb7  HIVE-24842: SHOW CREATE TABLE on a VIEW with partition 
returns wrong sql (Anurag Shekhar, reviewed by Pravin Kumar Sinha)
 add b4f493b  HIVE-24882: Compaction task reattempt fails with 
FileAlreadyExistsException for DeleteEventWriter (Naresh Panchetty Ramanaiah, 
reviewed by Denys Kuzmenko)

No new revisions were added by this update.

Summary of changes:
 ql/src/java/org/apache/hadoop/hive/ql/txn/compactor/CompactorMR.java | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)



[hive] branch master updated (a2feab3 -> e429eb7)

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

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


from a2feab3  HIVE-24892: Replace getContentSummary::getLength with 
listStatus(recu… (#2082)
 add e429eb7  HIVE-24842: SHOW CREATE TABLE on a VIEW with partition 
returns wrong sql (Anurag Shekhar, reviewed by Pravin Kumar Sinha)

No new revisions were added by this update.

Summary of changes:
 .../create/show/ShowCreateTableOperation.java  | 14 ++-
 ql/src/test/queries/clientpositive/create_view.q   | 10 +
 .../results/clientpositive/llap/create_view.q.out  | 47 ++
 3 files changed, 70 insertions(+), 1 deletion(-)