my-ship-it commented on code in PR #1344:
URL: https://github.com/apache/cloudberry/pull/1344#discussion_r2318661841
##########
contrib/pax_storage/src/cpp/storage/proto/pax.proto:
##########
@@ -37,6 +37,7 @@ message ColumnEncoding {
COMPRESS_ZLIB = 4; // use ZLIB to compress
DICTIONARY = 5; // use dict-endoing
+ COMPRESS_LZ4 = 6; // use lz4 to compress
Review Comment:
Can we add test cases?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]