forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: Add test for CREATE TABLE AS on REGIONAL BY ROW table
Previously we were unable to make CREATE TABLE AS run on a REGIONAL BY ROW TABLE end up with a table that was (nearly) identical to the original REGIONAL BY ROW table. This was due to the fact that we didn't support setting a column to be NOT VISIBLE. With cockroachdb#63052 we added the support for NOT VISIBLE on ALTER COLUMN which makes getting pretty close to a REGIONAL BY ROW TABLE now possible when starting from CREATE TABLE AS. This commit adds a test case to illustrate this fact. Resolves cockroachdb#62326. Release note: None
- Loading branch information
Showing
1 changed file
with
123 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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