Fokko commented on code in PR #11734:
URL: https://github.com/apache/iceberg/pull/11734#discussion_r1876502816


##########
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:
   Thanks, I think this how you typically structure a sentence in Dutch 😁 



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to