Skip to content

Implement CREATE OR REPLACE in trino-delta-lake#13

Closed
jkylling wants to merge 5 commits intomdesmet:feature/create-or-replacefrom
jkylling:feature/delta-lake-create-or-replace
Closed

Implement CREATE OR REPLACE in trino-delta-lake#13
jkylling wants to merge 5 commits intomdesmet:feature/create-or-replacefrom
jkylling:feature/delta-lake-create-or-replace

Conversation

@jkylling
Copy link
Copy Markdown

@jkylling jkylling commented Apr 17, 2023

Description

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.

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:

# Section
* Fix some things. ({issue}`issuenumber`)

@jkylling
Copy link
Copy Markdown
Author

Link trinodb#13681

@mdesmet mdesmet force-pushed the feature/create-or-replace branch 4 times, most recently from 92300bb to 98dce67 Compare August 4, 2023 20:48
@mdesmet mdesmet force-pushed the feature/create-or-replace branch from 98dce67 to 1ce3bdd Compare August 5, 2023 20:41
@mdesmet mdesmet force-pushed the feature/create-or-replace branch from 1ce3bdd to e980701 Compare August 17, 2023 08:07
@mdesmet mdesmet force-pushed the feature/create-or-replace branch 2 times, most recently from 8834690 to b6276b0 Compare September 3, 2023 19:53
@mdesmet mdesmet force-pushed the feature/create-or-replace branch from b6276b0 to 79f1c39 Compare September 13, 2023 07:18
@mdesmet mdesmet force-pushed the feature/create-or-replace branch from 0ddbd56 to e928a03 Compare September 21, 2023 14:10
@mdesmet mdesmet force-pushed the feature/create-or-replace branch from bb4459d to 4961129 Compare October 11, 2023 19:07
@mdesmet mdesmet force-pushed the feature/create-or-replace branch from 4961129 to 2add4d0 Compare October 12, 2023 14:39
@jkylling jkylling force-pushed the feature/delta-lake-create-or-replace branch from 9a714e3 to e25a862 Compare October 18, 2023 16:32
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.
@jkylling jkylling force-pushed the feature/delta-lake-create-or-replace branch from e25a862 to 68255c4 Compare October 18, 2023 16:43
@mdesmet mdesmet force-pushed the feature/create-or-replace branch 4 times, most recently from bec23c3 to 1a0eec6 Compare October 24, 2023 11:45
@jkylling jkylling closed this Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants