rdblue commented on code in PR #5601:
URL: https://github.com/apache/iceberg/pull/5601#discussion_r950882847


##########
api/src/main/java/org/apache/iceberg/transforms/Transforms.java:
##########
@@ -78,9 +107,11 @@ private Transforms() {}
    * @param type the {@link Type source type} for the transform
    * @param <T> Java type passed to this transform
    * @return an identity transform
+   * @deprecated use {@link #identity()} instead; will be removed in 2.0.0
    */
+  @Deprecated

Review Comment:
   To ensure that everything works, I removed the deprecated methods in this 
class and made sure that all tests in core were passing. Then I added these 
back marked deprecated (so that Spark 3.2 and other versions would still work).



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