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:
[email protected]


Reply via email to