ArnavBalyan commented on code in PR #33:
URL: https://github.com/apache/paimon-mosaic/pull/33#discussion_r3287449956


##########
core/src/spec.rs:
##########
@@ -21,6 +21,7 @@ pub const FOOTER_SIZE: usize = 32;
 
 pub const COMPRESSION_NONE: u8 = 0;
 pub const COMPRESSION_ZSTD: u8 = 1;
+pub const COMPRESSION_LZ4: u8 = 2;

Review Comment:
   Did not know we are at a public stage yet, kindly look again 



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