Implement CREATE OR REPLACE in trino-delta-lake#13
Closed
jkylling wants to merge 5 commits intomdesmet:feature/create-or-replacefrom
Closed
Implement CREATE OR REPLACE in trino-delta-lake#13jkylling wants to merge 5 commits intomdesmet:feature/create-or-replacefrom
CREATE OR REPLACE in trino-delta-lake#13jkylling wants to merge 5 commits intomdesmet:feature/create-or-replacefrom
Conversation
Author
|
Link trinodb#13681 |
92300bb to
98dce67
Compare
98dce67 to
1ce3bdd
Compare
1ce3bdd to
e980701
Compare
8834690 to
b6276b0
Compare
b6276b0 to
79f1c39
Compare
0ddbd56 to
e928a03
Compare
bb4459d to
4961129
Compare
4961129 to
2add4d0
Compare
9a714e3 to
e25a862
Compare
Adds support for `CREATE OR REPLACE` and `CREATE OR REPLACE AS SELECT` in trino-delta-lake. I have only added support for Delta tables with change data feed disabled, but this should cover the majority of use cases. Running `CREATE OR REPLACE` on a Delta table with change data feed enabled requires updating the change data feed entries.
e25a862 to
68255c4
Compare
bec23c3 to
1a0eec6
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds support for
CREATE OR REPLACEandCREATE OR REPLACE AS SELECTin trino-delta-lake. I have only added support for Delta tables with change data feed disabled, but this should cover the majority of use cases. RunningCREATE OR REPLACEon a Delta table with change data feed enabled requires updating the change data feed entries.Additional context and related issues
Release notes
( ) This is not user-visible or 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: