Fokko commented on code in PR #1500:
URL: https://github.com/apache/iceberg-python/pull/1500#discussion_r2093695075
##########
pyiceberg/table/__init__.py:
##########
@@ -1113,6 +1128,14 @@ def update_schema(self, allow_incompatible_changes: bool
= False, case_sensitive
name_mapping=self.name_mapping(),
)
+ def update_sort_order(self, case_sensitive: bool = True) ->
UpdateSortOrder:
+ """Create a new UpdateSortOrder to update the sort order of this table.
+
Review Comment:
nit:
```suggestion
Args:
case_sensitive: If field names are case-sensitive.
```
--
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]