manuzhang commented on code in PR #10647: URL: https://github.com/apache/iceberg/pull/10647#discussion_r1675111335
########## docs/docs/spark-ddl.md: ########## @@ -425,6 +427,9 @@ To order within each task, not across tasks, use `LOCALLY ORDERED BY`: ALTER TABLE prod.db.sample WRITE LOCALLY ORDERED BY category, id ``` +!!! note + Write distribution of `hash` will be changed to `none` by this. Please use `ALTER TABLE .. WRITE DISTRIBUTED BY PARTITION LOCALLY ORDERED BY` to preserve the write distribution. Review Comment: I think it's necessary since people might not make connections between the two. -- 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