dongjoon-hyun commented on code in PR #2371: URL: https://github.com/apache/orc/pull/2371#discussion_r2360996684
########## java/tools/src/test/org/apache/orc/tools/TestFileDump.java: ########## @@ -83,6 +83,7 @@ public class TestFileDump implements TestConf { @BeforeEach public void openFileSystem () throws Exception { + conf.set("orc.stripe.size.checkRatio", "0"); Review Comment: ditto. Why do 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