You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Tauseef Hussain (JIRA)" <ji...@apache.org> on 2018/03/23 20:36:00 UTC

[jira] [Created] (HIVE-19039) Allow DDL change using 'Alter Table' for non-native tables

Tauseef Hussain created HIVE-19039:
--------------------------------------

             Summary: Allow DDL change using 'Alter Table' for non-native tables
                 Key: HIVE-19039
                 URL: https://issues.apache.org/jira/browse/HIVE-19039
             Project: Hive
          Issue Type: New Feature
          Components: Hive
    Affects Versions: 2.3.2
            Reporter: Tauseef Hussain


Currently schema changes for non-native tables is limited to adding/deleting table properties.

For example, attempting to add column to non-native table results in below:
{code:java}
[Code: 10134, SQL State: 42000] Error while compiling statement: FAILED: SemanticException [Error 10134]: ALTER TABLE can only be used for [ADDPROPS, DROPPROPS] to a non-native table{code}
Request is to allow all schema/DDL changes which are permitted for Hive native tables.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)