guiyanakuang commented on a change in pull request #992:
URL: https://github.com/apache/orc/pull/992#discussion_r780740835
##########
File path: java/core/src/java/org/apache/orc/impl/RecordReaderImpl.java
##########
@@ -462,8 +483,30 @@ public long getNext() {
this(predicate, null, null, hasNulls, false, false);
}
+ ValueRange(PredicateLeaf predicate, boolean hasNulls, boolean hasValue,
boolean comparable) {
Review comment:
You're right. The previous place already uses the full constructor, so
this addition is redundant and I have removed it
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]