paimon
paimon copied to clipboard
[Feature] ConfigOption add sinceVersion
Search before asking
- [X] I searched in the issues and found nothing similar.
Motivation
ConfigOption add the sinceVersion. Records from which version the parameter was added
Solution
No response
Anything else?
No response
Are you willing to submit a PR?
- [ ] I'm willing to submit a PR!
Good point!
Good point!
This issue seems to be more friendly to newcomers, can I give it a try? I understand that we can refer to the implementation of Spark:
- Add a private field
versiontoConfigOption. - Add a public method
sinceVersiontoConfigOption. - Sort out all created
ConfigOptions to find out which version theConfigOptionwas introduced from. The involved classes areCoreOptions,CatalogOptions,SecurityConfiguration,AbstractIcebergCommitCallback,RocksDBOptions,PrivilegedCatalog,FlinkCatalogOptions,AvroFileFormat, andHiveCatalogOptions.
Good point!
This issue seems to be more friendly to newcomers, can I give it a try? I understand that we can refer to the implementation of Spark:
- Add a private field
versiontoConfigOption.- Add a public method
sinceVersiontoConfigOption.- Sort out all created
ConfigOptions to find out which version theConfigOptionwas introduced from. The involved classes areCoreOptions,CatalogOptions,SecurityConfiguration,AbstractIcebergCommitCallback,RocksDBOptions,PrivilegedCatalog,FlinkCatalogOptions,AvroFileFormat, andHiveCatalogOptions.
Feel free to create PR.