Fokko commented on issue #7458:
URL: https://github.com/apache/iceberg/issues/7458#issuecomment-1528074730

   @DarthData410 I had to dig into this myself as well. It looks like there is 
a separate section for the keyword arguments: 
https://mkdocstrings.github.io/griffe/docstrings/#other-parameters
   
   Changing the docstring to:
   ```
       """Describes how the data is sorted within the table
   
       Users can sort their data within partitions by columns to gain 
performance.
   
       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.
       """
   ```
   
   Should fix the problem


-- 
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: [email protected]

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