joellubi commented on code in PR #43835:
URL: https://github.com/apache/arrow/pull/43835#discussion_r1733195424


##########
go/parquet/compress/compress.go:
##########
@@ -49,8 +49,9 @@ var Codecs = struct {
        Brotli Compression
        // LZ4 unsupported in this library due to problematic issues between 
the Hadoop LZ4 spec vs regular lz4
        // see: 
http://mail-archives.apache.org/mod_mbox/arrow-dev/202007.mbox/%3ccaari41v24xua8mghldvgsne+7aagohieukemw_opnhmvfmm...@mail.gmail.com%3E
-       Lz4  Compression
-       Zstd Compression
+       Lz4    Compression

Review Comment:
   The names here match the parquet spec names exactly, but I agree it would be 
helpful to limit confusion about this. I just pushed a change that returns a 
descriptive error when one of the unsupported codecs is used. Let me know what 
you think.



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