pvary commented on code in PR #15596:
URL: https://github.com/apache/iceberg/pull/15596#discussion_r3278868128


##########
parquet/src/main/java/org/apache/iceberg/parquet/ParquetFormatModel.java:
##########
@@ -67,15 +67,36 @@ public static <D, S> ParquetFormatModel<D, S, 
ParquetValueReader<?>> create(
         type, schemaType, writerFunction, readerFunction, false, null, null);
   }
 
+  /**
+   * @deprecated Will be removed in 1.12.0; use {@link #create(Class, Class, 
WriterFunction,

Review Comment:
   Since the 1.11.0 is released now, this change will be in 1.12.0 and we will 
remove it in 1.13.0.
   
   Please adjust the comment



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