dramaticlly commented on code in PR #17704:
URL: https://github.com/apache/iceberg/pull/17704#discussion_r3798324665


##########
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:
   @nastra I drop this @deprecated annotation because HadoopFileIO today 
implements HadoopConfigurable interface and the `serializeConfWith` is still 
defined on the interface. 
   
   If you want, we can also deprecate `serializeConfWith` on 
`HadoopConfigurable` and also its implementations (`ResolvingFileIO` and 
`SerializableFileIOWithSize`) for 1.13.0. I would also expect the change in 
SerializationUtil and IcebergInputFormat.



-- 
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]

Reply via email to