You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by se...@apache.org on 2017/07/25 01:37:15 UTC

orc git commit: ORC-160 : expose index read planning in RecordReaderUtils (Sergey Shelukhin, reviewed by Prasanth Jayachandran)

Repository: orc
Updated Branches:
  refs/heads/master b010f4dee -> 1ef78bbfc


ORC-160 : expose index read planning in RecordReaderUtils (Sergey Shelukhin, reviewed by Prasanth Jayachandran)


Project: http://git-wip-us.apache.org/repos/asf/orc/repo
Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/1ef78bbf
Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/1ef78bbf
Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/1ef78bbf

Branch: refs/heads/master
Commit: 1ef78bbfc7e834deca973ee8f9517c8575737fcf
Parents: b010f4d
Author: sergey <se...@apache.org>
Authored: Mon Jul 24 18:35:12 2017 -0700
Committer: sergey <se...@apache.org>
Committed: Mon Jul 24 18:37:00 2017 -0700

----------------------------------------------------------------------
 java/core/src/java/org/apache/orc/impl/RecordReaderUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/1ef78bbf/java/core/src/java/org/apache/orc/impl/RecordReaderUtils.java
----------------------------------------------------------------------
diff --git a/java/core/src/java/org/apache/orc/impl/RecordReaderUtils.java b/java/core/src/java/org/apache/orc/impl/RecordReaderUtils.java
index 6006634..da3eb15 100644
--- a/java/core/src/java/org/apache/orc/impl/RecordReaderUtils.java
+++ b/java/core/src/java/org/apache/orc/impl/RecordReaderUtils.java
@@ -76,7 +76,7 @@ public class RecordReaderUtils {
    * @param bloomFilterKinds (output) the stream kind of the bloom filters
    * @return a list of merged disk ranges to read
    */
-  static DiskRangeList planIndexReading(TypeDescription fileSchema,
+  public static DiskRangeList planIndexReading(TypeDescription fileSchema,
                                         OrcProto.StripeFooter footer,
                                         boolean ignoreNonUtf8BloomFilter,
                                         boolean[] fileIncluded,