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/06/09 19:58:04 UTC

[GitHub] [orc] noirello commented on a change in pull request #713: ORC-377: [c++] Add SnappyCompressionStream

noirello commented on a change in pull request #713:
URL: https://github.com/apache/orc/pull/713#discussion_r648639755



##########
File path: c++/src/Compression.cc
##########
@@ -1204,7 +1245,12 @@ DIAGNOSTIC_PUSH
         (new Lz4CompressionSteam(
           outStream, level, bufferCapacity, compressionBlockSize, pool));
     }
-    case CompressionKind_SNAPPY:
+    case CompressionKind_SNAPPY: {
+      int level = 0;

Review comment:
       There's no mention about it in the header file, and I couldn't find anything elsewhere, that would indicate it does.




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

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