rdblue commented on a change in pull request #1975:
URL: https://github.com/apache/iceberg/pull/1975#discussion_r549456117



##########
File path: api/src/main/java/org/apache/iceberg/ContentFile.java
##########
@@ -141,4 +141,13 @@
    *         null value counts, or nan value counts
    */
   F copyWithoutStats();
+
+  /**
+   * Returns the sort order id of this file, which describes how the file is 
ordered.
+   * This information will be useful for merging data and equality delete 
files more efficiently
+   * when they share the same sort order id.
+   */
+  default Integer sortOrderId() {
+    return null;

Review comment:
       Could you add this after `equalityFieldIds` instead of here? The copy 
methods should be last because they aren't fields in the file.




----------------------------------------------------------------
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]

Reply via email to