[jira] [Created] (CARBONDATA-4213) Prepriming for update operation fails with Index server
Posted by
Akash R Nilugal (Jira) on
Jun 17, 2021; 11:13am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/jira-Created-CARBONDATA-4213-Prepriming-for-update-operation-fails-with-Index-server-tp108951.html
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)