uros-b commented on code in PR #17704:
URL: https://github.com/apache/iceberg/pull/17704#discussion_r3801613081
##########
core/src/main/java/org/apache/iceberg/hadoop/HadoopFileIO.java:
##########
@@ -138,10 +129,6 @@ public Configuration getConf() {
return hadoopConf.get();
}
- /**
- * @deprecated since 1.11.0, will be removed in 1.12.0.
- */
- @Deprecated
Review Comment:
This un-deprecation seems like the correct fix here, right?
`serializeConfWith` is a non-default abstract method on the HadoopConfigurable
interface (itself not deprecated) and is called by SerializationUtil, Spark's
SerializableFileIOWithSize, and mr.IcebergInputFormat, so it can't be removed.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]