The current schema is:
hive> describe tableA; OK id int ts timestamp
I want to change ts column to be BIGIN
ts
BIGIN
ALTER TABLE table_name CHANGE col_name col_name newType