danny0405 commented on code in PR #7978:
URL: https://github.com/apache/hudi/pull/7978#discussion_r1116479337
##########
hudi-common/src/main/java/org/apache/hudi/io/storage/HoodieParquetConfig.java:
##########
@@ -78,4 +83,12 @@ public T getWriteSupport() {
public boolean dictionaryEnabled() {
return dictionaryEnabled;
}
+
+ public long getMinRowCountForSizeCheck() {
+ return minRowCountForSizeCheck;
Review Comment:
How the user config these options, seems we only use the default value, if
that is the case, I would suggest we hard code the options in
`HoodieBaseParquetWriter`
--
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]