-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Noop interleaved syntax after the feature is removed #68344
Copy link
Copy link
Closed
Labels
C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Description
In 21.2, we plan to remove interleaved tables and indexes. However, users might have migration scripts with INTERLEAVE IN PARENT that are executed against 21.2+ clusters.
We should ignore the INTERLEAVE IN PARENT syntax so that existing migration scripts do not error.
Epic: CRDB-1582
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)