kevinjqliu commented on issue #1245:
URL: 
https://github.com/apache/iceberg-python/issues/1245#issuecomment-2458653651

   hey @JasperHG90
   There's actually no public API currently to update sort order for a table. 
There is an action defined 
[AddSortOrderUpdate](https://github.com/apache/iceberg-python/blob/36e4de6cca1cc99adaf9579a92cb3a5aec6b9434/pyiceberg/table/update/__init__.py#L129).
   
   We probably need something like 
[UpdateSchema](https://github.com/apache/iceberg-python/blob/36e4de6cca1cc99adaf9579a92cb3a5aec6b9434/pyiceberg/table/update/schema.py#L74)
 and 
[UpdateSpec](https://github.com/apache/iceberg-python/blob/36e4de6cca1cc99adaf9579a92cb3a5aec6b9434/pyiceberg/table/update/spec.py#L56)
 which is used to update schema and partition spec respectively


-- 
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-unsubscr...@iceberg.apache.org

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


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

Reply via email to