Github user xubo245 commented on the issue:
https://github.com/apache/carbondata/pull/2345
Have you add it in this PR?
so change
DataMapStoreManager.getInstance().getDefaultDataMap(queryModel.getTable()).clear();
to
DataMapStoreManager.getInstance().clearDataMaps(queryModel.getTable().getAbsoluteTableIdentifie());
---
