Github user gvramana commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1623#discussion_r155480351
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/optimizer/CarbonPlanTransformRule.scala
---
@@ -44,37 +44,14 @@ import
org.apache.carbondata.spark.CarbonAliasDecoderRelation
* 1. Change the datatype for dictionary encoded column
* 2. Add the dictionary decoder operator at appropriate place.
*/
-class CarbonLateDecodeRule extends Rule[LogicalPlan] with PredicateHelper {
+class CarbonPlanTransformRule extends Rule[LogicalPlan] with
PredicateHelper {
--- End diff --
This is still lateDecodeRule only, not be CarbonPlanTransformRule
---