You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by "ravikiran (JIRA)" <ji...@apache.org> on 2017/04/04 09:38:41 UTC

[jira] [Created] (CARBONDATA-849) if alter table ddl is executed on non existing table, then error message is wrong.

ravikiran created CARBONDATA-849:
------------------------------------

             Summary: if alter table ddl is executed on non existing table, then error message is wrong.
                 Key: CARBONDATA-849
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-849
             Project: CarbonData
          Issue Type: Bug
          Components: sql
            Reporter: ravikiran
            Assignee: ravikiran
            Priority: Minor


The error message getting while running alter on the non existing table is : 

Exception in thread "main" org.apache.carbondata.spark.exception.MalformedCarbonCommandException: Unsupported alter operation on hive table

but this is not correct. 

The hive table has blocked the alter DDL on its tables. So Carbon should be consistent with HIVE.

Correct msg : 
Operation not allowed: alter table name compact 'minor'



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)