You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ma...@apache.org on 2022/03/10 16:29:38 UTC

[hive] branch master updated (f0a98c7 -> e1ca33f)

This is an automated email from the ASF dual-hosted git repository.

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


    from f0a98c7  HIVE-25989: HBase CTLT failure rollback should not drop the underlying HBase table (#3076) (Marton Bod, reviewed by Peter Vary)
     add e1ca33f  HIVE-26017 : Insert with partition value containing colon and space is creating partition having wrong value (Mahesh Kumar Behera, reviewed by Ramesh Kumar Thangarajan)

No new revisions were added by this update.

Summary of changes:
 .../ql/plan/ConditionalResolverMergeFiles.java     |  10 +-
 .../queries/clientpositive/test_merge_tez_files.q  |  62 ++++
 .../clientpositive/llap/test_merge_tez_files.q.out | 412 +++++++++++++++++++++
 3 files changed, 483 insertions(+), 1 deletion(-)
 create mode 100644 ql/src/test/queries/clientpositive/test_merge_tez_files.q
 create mode 100644 ql/src/test/results/clientpositive/llap/test_merge_tez_files.q.out