Skip to content
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

Remove DeltaLakeTableHandle.retriesEnabled field #17064

Closed
wants to merge 5 commits into from
Closed

Conversation

findepi
Copy link
Member

@findepi findepi commented Apr 17, 2023

No description provided.

findepi added 4 commits April 17, 2023 13:42
"Split" is irregular.
Avoid confusion with `DeltaLakeTableHandle handle`.
The table handle describes reads and retries do not matter for reads.
@findepi findepi added the no-release-notes This pull request does not require release notes entry label Apr 17, 2023
@cla-bot cla-bot bot added the cla-signed label Apr 17, 2023
@@ -139,7 +139,7 @@ private Stream<DeltaLakeSplit> getSplits(

boolean splittable =
// Delta Lake handles updates and deletes by copying entire data files, minus updates/deletes. Because of this we can only have one Split/UpdatablePageSource
// per file.
// per file. TODO (https://github.com/trinodb/trino/issues/17063) use deletion vectors instead of copy-on-write and remove DeltaLakeTableHandle.writeType
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions github-actions bot added the delta-lake Delta Lake connector label Apr 17, 2023
@findepi findepi closed this Apr 17, 2023
@findepi findepi deleted the findepi/dlc branch April 17, 2023 19:05
@findepi
Copy link
Member Author

findepi commented Apr 17, 2023

superseded by #17074

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed delta-lake Delta Lake connector no-release-notes This pull request does not require release notes entry
Development

Successfully merging this pull request may close these issues.

1 participant