amogh-jahagirdar opened a new pull request, #13637: URL: https://github.com/apache/iceberg/pull/13637
Backport of #13555 with the following differences: 1. Not bumping test memory in gradle (until it's really needed for these tests) 2. SparkWriteBuilder in 3.5 used to not need additional logic to add the lineage fields to the spark write schema since every case prior to compaction (e.g. DML) already had this due to the custom rules. However, now with compaction going through a different path where the write schema won't be modified by some external rule, we need to have similar logic as to what exists in 4.0 for adding the lineage fields if they don't exist. -- 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]
