kumarvishal09 commented on a change in pull request #3386: [CARBONDATA-3492] Pre-priming cache
URL:
https://github.com/apache/carbondata/pull/3386#discussion_r327140329
##########
File path: processing/src/main/java/org/apache/carbondata/processing/datamap/DataMapWriterListener.java
##########
@@ -62,9 +62,7 @@ public CarbonTableIdentifier getTblIdentifier() {
*/
public void registerAllWriter(CarbonTable carbonTable, String segmentId,
String taskNo, SegmentProperties segmentProperties) {
- // clear cache in executor side
- DataMapStoreManager.getInstance()
- .clearDataMaps(carbonTable.getCarbonTableIdentifier().getTableUniqueName());
+
Review comment:
remove this change
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[hidden email]
With regards,
Apache Git Services