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

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to