nastra commented on code in PR #12010:
URL: https://github.com/apache/iceberg/pull/12010#discussion_r1922450306
##########
core/src/main/java/org/apache/iceberg/SetStatistics.java:
##########
@@ -32,10 +32,22 @@ public SetStatistics(TableOperations ops) {
this.ops = ops;
}
+ /**
+ * Set the statistics file for a snapshot.
+ *
+ * @deprecated since 1.8.0, will be removed in 1.9.0 or 2.0.0, use
setStatistics(statisticsFile).
Review Comment:
same as above: `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]