-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Delta Lake Inconsistent INSERT outcome in the context of performing concurrent operations #21324
Comments
The exception above is caused by the fact that the trino/plugin/trino-delta-lake/src/main/java/io/trino/plugin/deltalake/DeltaLakeMetadata.java Line 1758 in 700e3a9
trino/plugin/trino-delta-lake/src/main/java/io/trino/plugin/deltalake/DeltaLakeMetadata.java Line 480 in 700e3a9
Note that the same behavior is exercised in Explanation In Going on this line of thinking, the The The expected result (in case that all the statements would succeed) would be: Lines 194 to 198 in 700e3a9
The table contains now the data:
Quite likely the Line 36 in 700e3a9
cc @pajaks |
https://github.com/trinodb/trino/actions/runs/8480015101/job/23235027443
Relates to #20983
The text was updated successfully, but these errors were encountered: