[jira] [Created] (CARBONDATA-4213) Prepriming for update operation fails with Index server

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

[jira] [Created] (CARBONDATA-4213) Prepriming for update operation fails with Index server

Akash R Nilugal (Jira)
Vikram Ahuja created CARBONDATA-4213:
----------------------------------------

             Summary: Prepriming for update operation fails with Index server
                 Key: CARBONDATA-4213
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-4213
             Project: CarbonData
          Issue Type: Bug
            Reporter: Vikram Ahuja


sql("DROP TABLE IF EXISTS source111")
sql("create table source111(a int, b string) stored as carbondata")
sql("insert into source111 select 1, 2")
sql("update source111 set (a) = (a+9) where b!= 70")

 

Cache is not updated in the index server after update command.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)