Open
Description
Feature Request / Improvement
While working on #13053, I just looked up @deprecated
and found still too many places need clean up or update.
Example: MetricsConfig.fromProperties()
need to be removed.
org.apache.iceberg.data.GenericAppenderHelper
need to be removed?
FlinkSchemaUtil.convert(TableSchema schema) need to be removed.
etc.
Note:
Lookup @deprecated
, please go through the java doc before removing or updating. Should not remove/update contents that are meant for 2.0.0 or next version 1.11.0.
Work on the things that doesn't have version mentioned in the javadoc (maybe need javadoc update if it is meant for 2.0.0)
Query engine
None
Willingness to contribute
- I can contribute this improvement/feature independently
- I would be willing to contribute this improvement/feature with guidance from the Iceberg community
- I cannot contribute this improvement/feature at this time