rdblue commented on a change in pull request #1316:
URL: https://github.com/apache/iceberg/pull/1316#discussion_r468208737
##########
File path: core/src/main/java/org/apache/iceberg/FileMetadata.java
##########
@@ -111,7 +111,7 @@ public Builder ofPositionDeletes() {
return this;
}
- public Builder ofEqualityDeletes() {
+ public Builder ofEqualityDeletes(int... equalityFieldIds) {
Review comment:
These IDs will be added to `DeleteFile` metadata in a separate PR. This
is just a placeholder for now.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]