Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
1.4.3
-
None
-
2020-2
Description
Build tested: 1.4.2-1
The follow commands changes the table name in the front end only, and not in the ColumnStore system catalog.
ALTER TABLE lineitem RENAME TO lineitem1;
rename table lineitem TO lineitem1;
Attachments
Issue Links
- causes
-
MCOL-4163 RENAME TABLE doesn't support UTF8 object names.
- Closed