Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 1.1.1
-
None
-
None
Description
Support setting TBLPROPERTIES in CREATE/ALTER table statements.
Syntax:
CREATE TABLE ... TBLPROPERTIES ('property_name'='property_value', ...) ALTER TABLE table_name SET TBLPROPERTIES ('property_name'='property_value', ...)