Hi,

I have a table named fino31 with the following schema

hive> describe fino31;
OK
date                    timestamp
zone                    int
z                       int
u                       float
v                       float
th                      float
qv                      float
ph                      float

# Partition Information
# col_name                data_type comment

zone                    int
z                       int
u                       float
v                       float
th                      float
qv                      float
ph                      float

Is it possible to alter this table later by adding more columns?

Patcharee

Reply via email to