Karan created CARBONDATA-4141:
---------------------------------
Summary: index server is not caching the index files from external
sdk table.
Key: CARBONDATA-4141
URL: https://issues.apache.org/jira/browse/CARBONDATA-4141
Project: CarbonData
Issue Type: Bug
Components: spark-integration
Affects Versions: 2.0.0
Reporter: Karan
Fix For: 2.0.1
Indexes cached in Executor cache are not dropped when drop table is called for
external SDK table. Because, external tables with sdk segments will not have
metadata like table status file. So in drop table command we send zero segments
to indexServer clearIndexes job, which clears nothing from executor side.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)