-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit allows users to perform row-level updates when using the Iceberg connector with Java executors. This is achieved by improving on the IcebergUpdatablePageSource to implement the updateRows method. The implementation passes a generated row ID column as a field in the page required by updateRows. Then during updateRows, generated a positionDelete file entry for the row ID, and also writes the row's updated value to a new page sink for the newly updated data. These new files are then commited in a rowDelta transaction within the Iceberg connector metadata after processing is complete. Co-Authored-By: Nidhin Varghese <[email protected]> Co-Authored-By: Anoop V S <[email protected]>
- Loading branch information
1 parent
2c55764
commit e61ff60
Showing
31 changed files
with
965 additions
and
272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.