XiaoHongbo-Hope commented on code in PR #6982:
URL: https://github.com/apache/paimon/pull/6982#discussion_r2673127317
##########
paimon-python/dev/run_mixed_tests.sh:
##########
@@ -192,13 +192,77 @@ run_pk_dv_test() {
return 1
fi
}
+
+# Function to run zstd manifest e2e test
+run_zstd_manifest_test() {
Review Comment:
> You don't need to create this, by default, manifest is compressed by zstd.
Oh, It seems that the default compression is lz4 in python, is it by design?
--
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]