madeirak commented on issue #12761: URL: https://github.com/apache/iceberg/issues/12761#issuecomment-2795935464
> [@madeirak](https://github.com/madeirak): Do you have a way to identify the non-sorted files somehow? Maybe the `filter` option could help you on the Java API. It is not an easy solution, but could be used whenever the other options are exhausted. Unfortunately, It cannot determine which data is not sorted from the table columns and partitions. By the way, https://iceberg.apache.org/docs/latest/spark-ddl/#alter-table-write-ordered-by Is this effective? 1. After adding this config, will all write operations to this table become ordered? 2. How much does this write-time sorting action increase the cost of the write operation? -- 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