rdblue commented on a change in pull request #1975:
URL: https://github.com/apache/iceberg/pull/1975#discussion_r549455866
##########
File path: api/src/main/java/org/apache/iceberg/DataFile.java
##########
@@ -61,11 +61,12 @@
"Splittable offsets");
Types.NestedField EQUALITY_IDS = optional(135, "equality_ids",
ListType.ofRequired(136, IntegerType.get()),
"Equality comparison field IDs");
+ Types.NestedField SORT_ORDER_ID = optional(140, "sort_order_id",
IntegerType.get(), "Sort order ID");
int PARTITION_ID = 102;
String PARTITION_NAME = "partition";
String PARTITION_DOC = "Partition data tuple, schema based on the partition
spec";
- // NEXT ID TO ASSIGN: 140
+ // NEXT ID TO ASSIGN: 141
Review comment:
We will also need to add this to the spec.
----------------------------------------------------------------
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]