DarthData410 commented on issue #7458: URL: https://github.com/apache/iceberg/issues/7458#issuecomment-1528073603
I'm going to create a PR with adding the variable for order_id (int): to the __init__(...) of SortOrder. The way the code is implemented the sort order is just always a value of 1, the default value supplied as "INITIAL_SORT_ORDER_ID = 1". This will then technically fix the mkdocs issue as well, and allow for someone to create an instance of SortOrder and supply a order_id arg upon creation of a new instance of the class. Two birds, one PR, for the sorting.py file. -- 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]
