You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by sz...@apache.org on 2020/08/05 11:43:58 UTC

[hive] branch master updated (05bbaf4 -> 82071d0)

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

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


    from 05bbaf4  HIVE-23937: Take null ordering into consideration when pushing TNK through inner joins  (Attila Magyar, reviewed by Krisztian Kasa)
     add 82071d0  HIVE-23956: Delete delta directory file information should be pushed to execution side (Peter Varga, reviewed by Peter Vary, Adam Szita)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hadoop/hive/llap/io/api/LlapIo.java |  11 +-
 .../hadoop/hive/llap/io/api/impl/LlapIoImpl.java   |   4 +-
 .../hive/llap/io/encoded/OrcEncodedDataReader.java |   6 +-
 .../hive/llap/cache/TestOrcMetadataCache.java      |  64 ++++++-
 .../apache/hadoop/hive/ql/io/AcidInputFormat.java  | 206 +++++++++++++++++++--
 .../org/apache/hadoop/hive/ql/io/AcidUtils.java    | 138 ++++++++------
 .../apache/hadoop/hive/ql/io/SyntheticFileId.java  |  12 ++
 .../hadoop/hive/ql/io/orc/OrcInputFormat.java      |   6 +-
 .../org/apache/hadoop/hive/ql/io/orc/OrcSplit.java |  37 +++-
 .../ql/io/orc/VectorizedOrcAcidRowBatchReader.java |  66 +++----
 .../org/apache/hadoop/hive/ql/TestTxnCommands.java |  16 ++
 .../hadoop/hive/ql/io/TestAcidInputFormat.java     | 151 ++++++++++++++-
 .../orc/TestVectorizedOrcAcidRowBatchReader.java   |  54 ++++--
 13 files changed, 622 insertions(+), 149 deletions(-)