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 2021/01/07 10:14:44 UTC

[hive] branch master updated (fa39cf2 -> 138b662)

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 fa39cf2  HIVE-24415: HiveSplitGenerator blocks Tez dispatcher (Mustafa Iman, reviewed by Ramesh Kumar Thangarajan)
     add 138b662  HIVE-24337: Cache delete delta files in LLAP cache (Adam Szita, reviewed by Peter Vary)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |   6 +
 .../org/apache/hadoop/hive/llap/io/api/LlapIo.java |  22 +++
 .../hive/llap/io/api/impl/LlapInputFormat.java     |   2 +-
 .../hadoop/hive/llap/io/api/impl/LlapIoImpl.java   |  32 ++++
 .../hive/llap/io/api/impl/LlapRecordReader.java    |   7 +-
 .../apache/hadoop/hive/ql/io/AcidInputFormat.java  |   5 +-
 .../ql/io/orc/VectorizedOrcAcidRowBatchReader.java | 187 +++++++++++++++++----
 .../hive/ql/io/sarg/ConvertAstToSearchArg.java     |  12 ++
 .../hive/ql/io/orc/TestInputOutputFormat.java      |  18 +-
 .../hive/ql/io/sarg/TestSearchArgumentImpl.java    |   3 +-
 10 files changed, 239 insertions(+), 55 deletions(-)