gustavoatt commented on PR #7120: URL: https://github.com/apache/iceberg/pull/7120#issuecomment-1470941540
@edgarRd I looked into it, but I'm not sure whether it is worthwhile to add it to Spark 2.4: 1. It is a much larger change since the `SparkWriter` significantly changed from Spark 2 to Spark 3. 2. I hit some issues with `org.apache.iceberg.io.PartitionedWriter` when trying to write to a non-default partition spec which is only used for Spark 2.4. For our use-case, adding only on Spark 3 should be enough. -- 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]
