Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 0.7
-
None
-
None
Description
IMPALA-81 adds CREATE TABLE support for unpartitioned tables. A follow on to that would be to add support for creating partitioned tables using the syntax:
CREATE TABLE <table name> (<cols>) PARTITIONED BY (<col_name> <data_type>)