nastra commented on code in PR #11734:
URL: https://github.com/apache/iceberg/pull/11734#discussion_r1876092705
##########
api/src/main/java/org/apache/iceberg/transforms/Bucket.java:
##########
@@ -43,6 +43,12 @@ static <T> Bucket<T> get(int numBuckets) {
return new Bucket<>(numBuckets);
}
+ /**
+ * Instantiates a new Bucket Transform
+ *
+ * @deprecated use {@link #get(int)} instead; will be removed in 2.0.0
Review Comment:
minor: the deprecated msg is typically the other way around: `will be
removed in 2.0.0; use {@link #get(int)} instead`
--
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]