pavibhai commented on a change in pull request #635:
URL: https://github.com/apache/orc/pull/635#discussion_r589648572



##########
File path: java/core/src/java/org/apache/orc/impl/TreeReaderFactory.java
##########
@@ -245,7 +263,8 @@ protected static IntegerReader 
createIntegerReader(OrcProto.ColumnEncoding.Kind
       switch (kind) {
         case DIRECT_V2:
         case DICTIONARY_V2:
-          return new RunLengthIntegerReaderV2(in, signed, context == null ? 
false : context.isSkipCorrupt());
+          return new RunLengthIntegerReaderV2(in, signed,

Review comment:
       Merged as part of ORC-754




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to