Hi all, When I recently set a local order to a partitioned table, its write distribution was altered from HASH to NONE. That's unexpected but the documentation didn't say that the write distribution wouldn't be changed. Hence, I thought it might be by design and made a PR to enhance the doc <https://github.com/apache/iceberg/pull/10647>.
However, Szehon and Russell pointed out that might be a bug so I'd like to check with the community. Thanks, Manu