aokolnychyi commented on code in PR #8172:
URL: https://github.com/apache/iceberg/pull/8172#discussion_r1277167140
##########
core/src/main/java/org/apache/iceberg/DeleteFileIndex.java:
##########
@@ -74,6 +76,8 @@ class DeleteFileIndex {
private final Map<Pair<Integer, StructLikeWrapper>, DeleteFileGroup>
deletesByPartition;
private final boolean isEmpty;
+ /** @deprecated since 1.4.0, will be removed in 1.5.0. */
+ @Deprecated
Review Comment:
Was only used in tests to construct an index from files, which is no longer
needed.
--
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]