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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Akash R Nilugal (Jira)
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)