dynamic partitions by altering table
------------------------------------

                 Key: HIVE-938
                 URL: https://issues.apache.org/jira/browse/HIVE-938
             Project: Hadoop Hive
          Issue Type: New Feature
          Components: Query Processor
            Reporter: Namit Jain


{ create table T(a int, b string, ds string); insert overwrite table T select * 
from S where ds >= '2009-11-1' and ds <= '2009-11-16'; alter table T 
partitioned by (ds); } 

should make T partitioned by the unique values of ds

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to