You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Ravindra Pesala (JIRA)" <ji...@apache.org> on 2017/04/05 07:48:41 UTC

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

     [ https://issues.apache.org/jira/browse/CARBONDATA-849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ravindra Pesala resolved CARBONDATA-849.
----------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.1.0-incubating

> 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
>             Fix For: 1.1.0-incubating
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> 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)