Maheshwaran Srinivasan created HIVE-3513:
--------------------------------------------

             Summary: Allow Partition Offline Enable/Disable command to be 
specified at the ds level even when Partition is based on more columns than ds
                 Key: HIVE-3513
                 URL: https://issues.apache.org/jira/browse/HIVE-3513
             Project: Hive
          Issue Type: Improvement
          Components: Metastore
            Reporter: Maheshwaran Srinivasan
            Priority: Minor


We want to be able to run a command like:
ALTER TABLE t1 PARTITION (ds = 'xyz') ENABLE OFFLINE;
where t1 is partitioned on more columns than ds, for example, ds, part_col2, 
part_col3.
We also want to do the same for Partition DISABLE OFFLINE.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to