yingjianwu98 opened a new pull request, #15588:
URL: https://github.com/apache/iceberg/pull/15588

    In Spark, writes that go through SparkWrite (append, overwrite, dynamic 
overwrite) correctly populate custom snapshot properties via 
extraSnapshotMetadata. However, deletes that go through 
SparkTable.deleteWhere() (partition-level deletes on both v1 and v2 tables) do 
not apply these properties. 
   
   This PR fixes the inconsistency by having deleteWhere() also read and apply 
extraSnapshotMetadata from the session configuration.


-- 
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]

Reply via email to