dongjoon-hyun commented on code in PR #1990:
URL: https://github.com/apache/orc/pull/1990#discussion_r1692227990


##########
java/core/src/java/org/apache/orc/impl/RecordReaderUtils.java:
##########
@@ -48,7 +49,7 @@
  */
 public class RecordReaderUtils {
   private static final HadoopShims SHIMS = HadoopShimsFactory.get();
-  private static final boolean supportVectoredIO = SHIMS.supportVectoredIO();
+  private static final boolean supportVectoredIO = 
SHIMS.supportVectoredIO(VersionInfo.getVersion());

Review Comment:
   Could you make CI happy?
   ```
   [INFO] There is 1 error reported by Checkstyle 10.17.0 with checkstyle.xml 
ruleset.
   Error:  src/java/org/apache/orc/impl/RecordReaderUtils.java:[52] (sizes) 
LineLength: Line is longer than 100 characters (found 101).
   ```



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

Reply via email to