nastra commented on code in PR #14308:
URL: https://github.com/apache/iceberg/pull/14308#discussion_r2445079701


##########
spark/v4.0/spark/src/main/java/org/apache/iceberg/spark/SparkSchemaUtil.java:
##########
@@ -199,7 +199,9 @@ public static Schema convert(Schema baseSchema, StructType 
sparkType, boolean ca
    * @param sparkType a Spark StructType
    * @return the equivalent Schema
    * @throws IllegalArgumentException if the type cannot be converted or there 
are missing ids
+   * @deprecated since 1.11.0, will be removed in 2.0.0

Review Comment:
   all of these should say that these are going to be removed in 1.12.0 instead 
of 2.0.0, as the typical deprecation cycle is one minor version for 
non-iceberg-api modules. 



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