trino
trino copied to clipboard
Delta Lake: Add `partitionValues` information to the `remove` transaction log entries
Description
This information can be particularly useful in the context of concurrent writes operations to identify overlaps between the partitions being read by the current operation and the partitions updated by an already committed operation.
Additional context and related issues
#18506
https://github.com/delta-io/delta/blob/master/PROTOCOL.md#add-file-and-remove-file
Release notes
(x) This is not user-visible or is docs only, and no release notes are required. ( ) Release notes are required. Please propose a release note for me. ( ) Release notes are required, with the following suggested text:
# Section
* Fix some things. ({issue}`issuenumber`)
@ebyhr @alexjo2144 can you PTAL?
This pull request has gone a while without any activity. Tagging the Trino developer relations team: @bitsondatadev @colebow @mosabua
Shorten the commit title and removed a redundant space from commit message.