rdblue commented on a change in pull request #589: [WIP] Extend metadata with
SortOrder
URL: https://github.com/apache/incubator-iceberg/pull/589#discussion_r344517994
##########
File path: core/src/main/java/org/apache/iceberg/TableMetadata.java
##########
@@ -508,4 +570,12 @@ private static PartitionSpec freshSpec(int specId, Schema
schema, PartitionSpec
}
return builder.build();
}
+
+ private static Map<Integer, SortOrder> indexSortOders(List<SortOrder>
sortOrders) {
Review comment:
Typo: `Oders` instead of `Orders`
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]