Suppose I have the following table definition in Hive (the actual table has about 65 columns):
CREATE EXTERNAL TABLE S .TEST (
COL1 STRING,
COL2 STRING
)
PARTITIONED BY (extract_date STRING
Suppose I have the following table definition in Hive (the actual table has about 65 columns):
CREATE EXTERNAL TABLE S .TEST (
COL1 STRING,
COL2 STRING
)
PARTITIONED BY (extract_date STRING