You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Vikram Ahuja (Jira)" <ji...@apache.org> on 2021/06/17 11:13:00 UTC

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

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)