ajantha-bhat opened a new issue, #5071: URL: https://github.com/apache/iceberg/issues/5071
Currently, users can set sort_order using `ALTER TABLE ... WRITE ORDER BY `in SQL. But if the users feel data loading is slow because of sorting and want to reset it. There are no options from SQL. We need to provide one. from API, `table.replaceSortOrder().commit()` will set to `SortOrder.UNSORTED_ORDER` But the requirement is from the pyspark users who use only SQL with Iceberg. -- 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.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