Skip to content

Fixed BACKUP parsing for redshift - #2270

Merged
iffyio merged 1 commit into
apache:mainfrom
romanoff:fix_backup_keyword_for_redshift
Mar 20, 2026
Merged

Fixed BACKUP parsing for redshift#2270
iffyio merged 1 commit into
apache:mainfrom
romanoff:fix_backup_keyword_for_redshift

Conversation

@romanoff

Copy link
Copy Markdown

Example of query:

CREATETABLEpublic.users_backup_test
BACKUP YES
DISTSTYLE AUTO
SORTKEY (id)
ASSELECT id, name, email
FROMpublic.users;

Spec: https://docs.aws.amazon.com/redshift/latest/dg/r_CREATE_TABLE_NEW.html

@romanoff
romanoffforce-pushed the fix_backup_keyword_for_redshift branch from a855687 to 673f258CompareMarch 10, 2026 04:39

@iffyioiffyio left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTm! Thanks @romanoff!

@iffyio
iffyio added this pull request to the merge queueMar 20, 2026
Merged via the queue into apache:main with commit 1097a0dMar 20, 2026
10 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@romanoff@iffyio