Github user xuchuanyin commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2486#discussion_r201593530
--- Diff:
processing/src/main/java/org/apache/carbondata/processing/datamap/DataMapWriterListener.java
---
@@ -54,6 +54,9 @@
*/
public void registerAllWriter(CarbonTable carbonTable, String segmentId,
String taskNo, SegmentProperties segmentProperties) {
+ // clear cache in executor side
--- End diff --
FYI: This is the second keypoint---
