-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add concurrent writes reconciliation for OPTIMIZE in Delta Lake #22443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add concurrent writes reconciliation for OPTIMIZE in Delta Lake #22443
Conversation
c3fe9e8 to
9264397
Compare
f4be087 to
e695b50
Compare
plugin/trino-delta-lake/src/main/java/io/trino/plugin/deltalake/DeltaLakeMetadata.java
Outdated
Show resolved
Hide resolved
...lta-lake/src/test/java/io/trino/plugin/deltalake/TestDeltaLakeLocalConcurrentWritesTest.java
Outdated
Show resolved
Hide resolved
...lta-lake/src/test/java/io/trino/plugin/deltalake/TestDeltaLakeLocalConcurrentWritesTest.java
Outdated
Show resolved
Hide resolved
...lta-lake/src/test/java/io/trino/plugin/deltalake/TestDeltaLakeLocalConcurrentWritesTest.java
Outdated
Show resolved
Hide resolved
|
This pull request has gone a while without any activity. Tagging the Trino developer relations team: @bitsondatadev @colebow @mosabua |
|
Added stale-ignore label under the assumption that you will continue to work on this @findinpath |
20516f4 to
c22ae88
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this commit change logic in any way, or just a refactoring ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just refactoring
|
/test-with-secrets sha=c22ae88bc6037a19e394e07aea155c3fdce147ed |
Allow committing OPTIMIZE operations in a concurrent context by placing these operations right after any other previously concurrently completed write operations.
22ff1a3 to
1158cb8
Compare
|
Clean rebase on |
|
/test-with-secrets sha=1158cb8c04b7c1691292fefb630cbb7c91204628 |
|
The CI workflow run with tests that require additional secrets has been started: https://github.com/trinodb/trino/actions/runs/12751874623 |
Description
Allow committing
OPTIMIZEoperations in a concurrent contextby placing these operations right after any other previously
concurrently completed write operations.
Additional context and related issues
Fixes #16985
Release notes
( ) 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.
(x) Release notes are required, with the following suggested text: