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


##########
java/core/src/test/org/apache/orc/TestVectorOrcFile.java:
##########
@@ -197,6 +197,7 @@ private static ByteBuffer byteBuf(int... items) {
 
   @BeforeEach
   public void openFileSystem(TestInfo testInfo) throws Exception {
+    conf.set("orc.stripe.size.checkRatio", "0");

Review Comment:
   May I ask why we disable new feature in this test file?



-- 
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: issues-unsubscr...@orc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to