Weizhong created CARBONDATA-879: ----------------------------------- Summary: Clear driver side dictionary cache for CarbonDictionaryDecoder Key: CARBONDATA-879 URL: https://issues.apache.org/jira/browse/CARBONDATA-879 Project: CarbonData Issue Type: Improvement Components: spark-integration Environment: Spark 2.1 + CarbonData 1.1.0 Reporter: Weizhong Priority: Minor
Currently, when CarbonDictionaryDecoder use WholeStageCodegen will create dictionary cache on driver side, but didn't clear access count, so clear it as getFilterValues does when getSplits. -- This message was sent by Atlassian JIRA (v6.3.15#6346)