Github user ravipesala commented on the issue:
https://github.com/apache/carbondata/pull/2793
@xuchuanyin Since both driver and executor exists in the same JVM, it can
get segment properties from blocklet datamap without loading them again in
executor side, so no need to clear in executor side in case of noncluster mode. ---
