lszskye commented on code in PR #238:
URL: https://github.com/apache/paimon-cpp/pull/238#discussion_r3869712890
##########
include/paimon/defs.h:
##########
@@ -156,6 +156,10 @@ struct PAIMON_EXPORT Options {
/// 9, but the read and write speed will significantly decrease. Default
value is 1.
static const char FILE_COMPRESSION_ZSTD_LEVEL[];
+ /// "file.block-size" - File block size of format, default value of orc
stripe is 64 MB, and
+ /// parquet row group is 128 MB.
+ static const char FILE_BLOCK_SIZE[];
Review Comment:
why not add api in `CoreOptions`
--
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]