cshuo commented on PR #19205: URL: https://github.com/apache/hudi/pull/19205#issuecomment-5067012769
> 1. why we need two options `populate.meta.fields` and `meta.fields.mode` to control the population? just `meta.fields.mode` should be enough, composite the two is super confusing; can we deprecate `populate.meta.fields` and replace it with `meta.fields.mode`, the old `populate.meta.fields` true and false can be replaced with `meta.fields.mode` `ALL` and `NONE`. +1 for deprecating `populate.meta.fields` and use `meta.fields.mode` only. `populate.meta.fields` is kept only for compatibility and can be translated to meta field mode, which will make the logic much clearer. -- 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]
