You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by pr...@apache.org on 2021/03/01 00:45:55 UTC

[hive] branch master updated (5145468 -> a1dc969)

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 5145468  HIVE-24829: CorrelationUtilities#replaceReduceSinkWithSelectOperator misses KEY mappings (#2021) (Zoltan Haindrich reviewed by Krisztian Kasa)
     add a1dc969  HIVE-24750. Create a single copy task for external tables within default DB location. (Ayush Saxena, reviewed by Pravin Kumar Sinha)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |   5 +
 .../TestReplicationScenariosExternalTables.java    | 240 +++++++++++++++++++++
 .../hadoop/hive/ql/exec/repl/ReplDumpTask.java     |  34 ++-
 .../hive/ql/exec/repl/ReplExternalTables.java      |  31 ++-
 4 files changed, 303 insertions(+), 7 deletions(-)