hudi-bot opened a new issue, #15895: URL: https://github.com/apache/hudi/issues/15895
ClusteringOperator and LayoutOptimizationStrategy have enums with values that are not capitalized snake case like every other config. We need to maintain backwards compatibility so we can't just change this. To make this change, we need to have the old values be translated to the updated values so that if a user uses the old values, it will still work. For example if the hoodie.layout.optimize.strategy config is set to "z-order" we need to translate it to "ZORDER" and then use "ZORDER" internally. But the user could also set the config to "ZORDER" of course. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-6062 - Type: Improvement - Epic: https://issues.apache.org/jira/browse/HUDI-5738 - Fix version(s): - 1.1.0 --- ## Comments 21/Apr/23 15:28;jonvex;ClusteringOperator seems to be internal only so I will leave as is;;; -- 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]
