hudi-bot opened a new issue, #14883: URL: https://github.com/apache/hudi/issues/14883
I notice that currently define a ConfigProperty object by non-standard builder pattern. Only `defaultValue` and `noDefaultValue` methods are executed in `PropertyBuilder`. And when call `withAlternatives`, `sinceVersion`, `deprecatedAfter`, `withInferFunction` methods, will create another ConfigProperty object even that will be collected by jvm later. So, is it necessary to minor-refactor this? ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-2544 - Type: Improvement - Epic: https://issues.apache.org/jira/browse/HUDI-1239 -- 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]
