RussellSpitzer commented on a change in pull request #1373:
URL: https://github.com/apache/iceberg/pull/1373#discussion_r476557665



##########
File path: api/src/main/java/org/apache/iceberg/Table.java
##########
@@ -65,6 +65,20 @@
    */
   Map<Integer, PartitionSpec> specs();
 
+  /**
+   * Return the {@link SortOrder sort order} for this table.
+   *
+   * @return this table's sort order
+   */
+  SortOrder sortOrder();
+
+  /**
+   * Return a map of {@link SortOrder sort orders} for this table.

Review comment:
       I think when we return a Map of common classes we should describe what 
they represent, the Integer keys here I assume are Field numbers right?




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