Hi all,

This PR (https://github.com/apache/iceberg/pull/16736) may impact users who
have custom HadoopConfigurable implementations compiled against a previous
Iceberg version.

It makes HadoopConfigurable extend Iceberg's own
Configurable<Configuration> interface, and adds setConf/getConf methods to
HadoopConfigurable directly. Both methods already existed in
org.apache.hadoop.conf.Configurable, so existing implementations should not
be affected in practice. However, since this is a low-level interface
change, we'd like to give the community a chance to raise concerns.

If there are no objections within one week, we plan to merge this change.

Thanks,
Yuya

Reply via email to