yyanyy commented on a change in pull request #1803:
URL: https://github.com/apache/iceberg/pull/1803#discussion_r529991429
##########
File path: api/src/main/java/org/apache/iceberg/DataFile.java
##########
@@ -96,4 +101,9 @@ default FileContent content() {
default List<Integer> equalityFieldIds() {
return null;
}
+
+ @Override
+ default Map<Integer, Long> nanValueCounts() {
+ return null;
+ }
Review comment:
Originally since V1 doesn't have this so it was used there, but as we
are going to support it, I'll remove it.
----------------------------------------------------------------
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]