Is there a way to alter column type in hive table?

前端 未结 3 783
梦毁少年i
梦毁少年i 2020-12-24 06:15

The current schema is:

hive> describe tableA;
OK
id      int
ts      timestamp

I want to change ts column to be BIGIN

3条回答
提交回复
热议问题