[
https://issues.apache.org/jira/browse/HUDI-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17379612#comment-17379612
]
Vinoth Chandar commented on HUDI-2150:
--------------------------------------
This should be renamed consistent with base file terminlogy
{code:java}
public static final ConfigProperty<String> PARQUET_SMALL_FILE_LIMIT_BYTES =
ConfigProperty
.key("hoodie.parquet.small.file.limit")
.defaultValue(String.valueOf(104857600))
.withDocumentation("Upsert uses this file size to compact new data onto
existing files. "
+ "By default, treat any file <= 100MB as a small file.");{code}
> Rename/Restructure configs for better modularity
> ------------------------------------------------
>
> Key: HUDI-2150
> URL: https://issues.apache.org/jira/browse/HUDI-2150
> Project: Apache Hudi
> Issue Type: Sub-task
> Components: Code Cleanup
> Reporter: Vinoth Chandar
> Assignee: Vinoth Chandar
> Priority: Major
>
> Given we have a framework now, that can capture configs and even their
> alternatives well, time to clean things up.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)