openinx commented on a change in pull request #1316:
URL: https://github.com/apache/iceberg/pull/1316#discussion_r469066028
##########
File path: core/src/main/java/org/apache/iceberg/avro/Avro.java
##########
@@ -275,10 +276,11 @@ public DeleteWriteBuilder equalityFieldIds(int...
fieldIds) {
}
public <T> EqualityDeleteWriter<T> buildEqualityWriter() throws
IOException {
+ Preconditions.checkState(rowSchema != null, "Cannot create equality
delete file without a schema`");
Review comment:
nit: there's a redundant back quote at the end of this line ?
----------------------------------------------------------------
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]