Manish Maheshwari created IMPALA-12592:
------------------------------------------

             Summary: Support alter table redorder column 
                 Key: IMPALA-12592
                 URL: https://issues.apache.org/jira/browse/IMPALA-12592
             Project: IMPALA
          Issue Type: Bug
          Components: Frontend
            Reporter: Manish Maheshwari


Support options in 
[https://iceberg.apache.org/docs/latest/spark-ddl/#alter-table--alter-column] 
to recorder columns. Hive has added support for this recently.
{code:java}
ALTER TABLE prod.db.sample ALTER COLUMN col FIRST
ALTER TABLE prod.db.sample ALTER COLUMN nested.col AFTER other_col {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to