You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "DarthData410 (via GitHub)" <gi...@apache.org> on 2023/04/28 21:12:07 UTC

[GitHub] [iceberg] DarthData410 commented on a diff in pull request #7467: updates to table/sorting.py comments for mkdocs generation without warnings

DarthData410 commented on code in PR #7467:
URL: https://github.com/apache/iceberg/pull/7467#discussion_r1180822806


##########
python/pyiceberg/table/sorting.py:
##########
@@ -115,10 +115,12 @@ class SortOrder(IcebergBaseModel):
     The order of the sort fields within the list defines the order in which the sort is applied to the data.
 
     Args:
+      fields (List[SortField]): The fields how the table is sorted.
+
+    Keyword Args:
       order_id (int): An unique id of the sort-order of a table.
-      fields (List[SortField]): The fields how the table is sorted
     """
-
+    

Review Comment:
   per request, has bee removed
   



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

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org