We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c356a6 commit b000d22Copy full SHA for b000d22
core/src/main/java/org/apache/iceberg/PartitionStats.java
@@ -79,7 +79,7 @@ public int equalityDeleteFileCount() {
79
}
80
81
/**
82
- * @deprecated since 1.8.0, will be removed in 1.9.0, use {@link #totalRecordCountOptional()}
+ * @deprecated since 1.9.0, will be removed in 1.10.0, use {@link #totalRecordCountOptional()}
83
* instead.
84
*/
85
@Deprecated
0 commit comments