You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by GitBox <gi...@apache.org> on 2022/09/30 05:36:51 UTC

[GitHub] [parquet-mr] emkornfield commented on a diff in pull request #1000: PARQUET-2196: Support LZ4_RAW codec

emkornfield commented on code in PR #1000:
URL: https://github.com/apache/parquet-mr/pull/1000#discussion_r984222684


##########
parquet-cli/src/main/java/org/apache/parquet/cli/Util.java:
##########
@@ -151,6 +151,8 @@ public static String shortCodec(CompressionCodecName codec) {
         return "B";
       case LZ4:
         return "4";
+      case LZ4_RAW:
+        return "4";

Review Comment:
   this looks like the same value as LZ4, which doesn't seem correct, as they are in fact two different compression schemes?



-- 
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@parquet.apache.org

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