You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by GitBox <gi...@apache.org> on 2021/08/31 19:06:39 UTC

[GitHub] [orc] dongjoon-hyun commented on a change in pull request #721: ORC-686: Upgrade aircompressor to 0.19 and fix UT

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: dev-unsubscribe@orc.apache.org

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