amogh-jahagirdar commented on issue #5384: URL: https://github.com/apache/iceberg/issues/5384#issuecomment-1198876892
An explicit sort is required based on the partition spec per task in Spark before writing to a partitioned table (or for streaming use cases, using the fanout writer is common, but that doesn't look to apply here). I think the example here https://iceberg.apache.org/docs/latest/spark-writes/#writing-to-partitioned-tables should help, but please update the issue if the docs aren't clear! -- 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]
