Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.0.0
-
None
-
None
Description
In the mater, the query below fails;
create table tt3 (ax bigint, b short, c decimal) using parquet;
alter table tt3 rename c to d;
In PostgreSQL, we can make COLUMN optional;
ALTER TABLE [ IF EXISTS ] [ ONLY ] name [ * ] RENAME [ COLUMN ] column_name TO new_column_name