[
https://issues.apache.org/jira/browse/CARBONDATA-4213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Indhumathi Muthu Murugesh resolved CARBONDATA-4213.
---------------------------------------------------
Fix Version/s: 2.2.0
Resolution: Fixed
> 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
> Priority: Major
> Fix For: 2.2.0
>
>
> 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)