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

[jira] [Created] (CARBONDATA-1299) delete segment not work

cocopc created CARBONDATA-1299:
----------------------------------

             Summary: delete segment not work 
                 Key: CARBONDATA-1299
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1299
             Project: CarbonData
          Issue Type: Bug
          Components: sql
    Affects Versions: 1.1.0
            Reporter: cocopc


env: spark2.1 ,carbondata-1.1.0
sql :delete from table default.test_table where SEGMENT.ID in (0);
result: 
{code:java}
java.lang.RuntimeException: BaseSqlParser>>>> Operation not allowed: delete from(line 1, pos 0) == SQL == delete from table default.test_table where SEGMENT in (0) ^^^ CarbonSqlParser>>>> [1.8] failure: identifier matching regex (?i)SEGMENTS expected delete from table default.test_table where SEGMENT in (0) ^
{code}




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)