dongjoon-hyun commented on a change in pull request #721:
URL: https://github.com/apache/orc/pull/721#discussion_r699599887



##########
File path: java/core/src/test/org/apache/orc/TestVectorOrcFile.java
##########
@@ -2264,7 +2264,7 @@ public void testZstd() throws Exception {
         OrcFile.writerOptions(conf)
             .setSchema(schema)
             .compress(CompressionKind.ZSTD)
-            .bufferSize(1000)
+            .bufferSize(2000)

Review comment:
       Hi, @williamhyun . I'll revive this test case. It turns out that this is 
a valid test coverage.




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