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

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

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

Akash R Nilugal (Jira)
cocopc created CARBONDATA-1300:
----------------------------------

             Summary: delete segment not work
                 Key: CARBONDATA-1300
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1300
             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)