abstractdog commented on code in PR #4121:
URL: https://github.com/apache/hive/pull/4121#discussion_r1155690043


##########
ql/src/java/org/apache/hadoop/hive/ql/io/orc/encoded/EncodedTreeReaderFactory.java:
##########
@@ -298,11 +300,11 @@ public void seek(PositionProvider index) throws 
IOException {
       }
     }
 
-    @Override
+    @Override        
     public void nextVector(
-        ColumnVector previousVector, boolean[] isNull, int batchSize) throws 
IOException {
+        ColumnVector previousVector, boolean[] isNull, int batchSize, 
FilterContext filterContext, TypeReader.ReadPhase readPhase) throws IOException 
{

Review Comment:
   this line looks a bit long :) can you reformat according to 
[this](https://github.com/apache/hive/blob/master/dev-support/eclipse-styles.xml)?



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to