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

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


    from 33dfe71  HIVE-24920: TRANSLATED_TO_EXTERNAL tables may write to the 
same location (#2191) (Zoltan Haindrich reviewed by Naveen Gangam)
     add 1cc87d0  HIVE-25161: Implement partitioned CTAS for iceberg tables 
(#2316) (Marton Bod, reviewed by Peter Vary and Laszlo Pinter)

No new revisions were added by this update.

Summary of changes:
 .../apache/iceberg/hive/HiveTableOperations.java   |  2 +-
 .../apache/iceberg/mr/hive/HiveIcebergSerDe.java   | 43 ++++++++++++-
 .../iceberg/mr/hive/HiveIcebergStorageHandler.java | 18 ++++++
 .../TestHiveIcebergStorageHandlerWithEngine.java   | 73 ++++++++++++++--------
 ...eIcebergStorageHandlerWithMultipleCatalogs.java | 24 +++----
 .../hadoop/hive/ql/exec/FileSinkOperator.java      | 28 ++++++++-
 .../hive/ql/metadata/HiveStorageHandler.java       | 14 +++++
 .../hadoop/hive/ql/parse/SemanticAnalyzer.java     |  6 +-
 .../org/apache/hadoop/hive/ql/plan/PlanUtils.java  | 24 ++++---
 serde/if/serde.thrift                              |  2 +
 serde/src/gen/thrift/gen-cpp/serde_constants.cpp   |  4 ++
 serde/src/gen/thrift/gen-cpp/serde_constants.h     |  2 +
 .../apache/hadoop/hive/serde/serdeConstants.java   |  4 ++
 .../org/apache/hadoop/hive/serde/Constant.php      | 12 ++++
 .../org_apache_hadoop_hive_serde/constants.py      |  2 +
 serde/src/gen/thrift/gen-rb/serde_constants.rb     |  4 ++
 .../hive/metastore/utils/MetaStoreUtils.java       |  9 ++-
 17 files changed, 214 insertions(+), 57 deletions(-)

Reply via email to