RussellSpitzer commented on issue #14754: URL: https://github.com/apache/iceberg/issues/14754#issuecomment-3675603904
Disable the write distribution mode. Set it to "none", the default for partitioned tables is "hash' which colocates data as you are observing. https://iceberg.apache.org/docs/latest/spark-writes/#writing-distribution-modes This means however the data is organized by spark (regardless of the Iceberg table) is how it will be written -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
