You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by GitBox <gi...@apache.org> on 2021/02/13 00:28:53 UTC

[GitHub] [orc] dongjoon-hyun commented on a change in pull request #635: ORC-742: LazyIO for non-filter columns

dongjoon-hyun commented on a change in pull request #635:
URL: https://github.com/apache/orc/pull/635#discussion_r575587806



##########
File path: java/core/src/java/org/apache/orc/impl/ReaderImpl.java
##########
@@ -74,7 +74,7 @@
   protected List<OrcProto.StripeStatistics> stripeStatistics;
   private final int metadataSize;
   protected final List<OrcProto.Type> types;
-  private TypeDescription schema;
+  private final TypeDescription schema;

Review comment:
       Yes, a separate PR, please.




----------------------------------------------------------------
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:
users@infra.apache.org