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

[hive] branch master updated (d696b34 -> cf9c442)

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

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


    from d696b34  HIVE-26022: Error: ORA-00904 when initializing metastore schema in Oracle (Stamatis Zampetakis, reviewed by Laszlo Bodor)
     add cf9c442  HIVE-25645: Query-based compaction doesn't work when partition column type is boolean (Laszlo Vegh, reviewed by Karen Coppage)

No new revisions were added by this update.

Summary of changes:
 .../hive/hcatalog/api/HCatClientHMSImpl.java       |  2 +-
 .../ql/txn/compactor/TestCrudCompactorOnTez.java   | 36 ++++++++++++++++++++++
 .../hadoop/hive/ql/ddl/misc/msck/MsckAnalyzer.java |  5 +--
 .../drop/AlterTableDropPartitionOperation.java     |  2 +-
 .../hive/ql/exec/SerializationUtilities.java       | 34 ++++++++++++++------
 .../org/apache/hadoop/hive/ql/metadata/Hive.java   |  7 +++--
 .../hive/ql/optimizer/ppr/PartExprEvalUtils.java   |  2 +-
 .../ppr/PartitionExpressionForMetastore.java       | 11 ++++---
 .../hive/ql/optimizer/ppr/PartitionPruner.java     |  8 ++---
 .../ql/txn/compactor/CompactionQueryBuilder.java   | 11 +++++--
 .../hadoop/hive/metastore/TestMetastoreExpr.java   |  4 +--
 ...HiveMetastoreClientListPartitionsTempTable.java | 20 ++++++------
 12 files changed, 100 insertions(+), 42 deletions(-)