You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by pg...@apache.org on 2021/03/24 17:19:04 UTC

[orc] branch master updated (d68d6db -> b197681)

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

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


    from d68d6db  ORC-758: Avoid seeking and decompressing of compressed stream, if the required seek is already satisfied by the current decompressed block
     add b197681  ORC-759: StructBatchReader should always skip processing on the rootReader

No new revisions were added by this update.

Summary of changes:
 .../apache/orc/impl/reader/tree/BatchReader.java   | 12 ++------
 .../orc/impl/reader/tree/PrimitiveBatchReader.java | 25 ++++++++++++----
 .../orc/impl/reader/tree/StructBatchReader.java    | 34 ++++++++++++++++++++++
 3 files changed, 57 insertions(+), 14 deletions(-)