nastra commented on code in PR #12010:
URL: https://github.com/apache/iceberg/pull/12010#discussion_r1922449906
##########
api/src/main/java/org/apache/iceberg/UpdateStatistics.java:
##########
@@ -27,9 +27,21 @@ public interface UpdateStatistics extends
PendingUpdate<List<StatisticsFile>> {
* the snapshot if any exists.
*
* @return this for method chaining
+ * @deprecated since 1.8.0, will be removed 1.9.0 or 2.0.0, use
setStatistics(statisticsFile).
Review Comment:
sorry I missed this during the first review, but this should be using proper
javadoc: `use {@link #setStatistics(StatisticsFile)}`
--
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]