You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "viirya (via GitHub)" <gi...@apache.org> on 2023/02/25 17:16:32 UTC

[GitHub] [arrow-datafusion] viirya commented on a diff in pull request #5397: Zstd compression

viirya commented on code in PR #5397:
URL: https://github.com/apache/arrow-datafusion/pull/5397#discussion_r1117951498


##########
datafusion/core/src/datasource/file_format/file_type.rs:
##########
@@ -95,6 +98,9 @@ impl FileCompressionType {
     /// Xz-ed file (liblzma)
     pub const XZ: Self = Self { variant: XZ };
 
+    /// Xz-ed file (liblzma)
+    pub const ZSTD: Self = Self { variant: ZSTD };
+

Review Comment:
   ```suggestion
       /// Zstd-ed file
       pub const ZSTD: Self = Self { variant: ZSTD };
   
   ```



-- 
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: github-unsubscribe@arrow.apache.org

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