jackylk commented on a change in pull request #3598: [CARBONDATA-3684] Remove
MDK and cardinality in write path
URL: https://github.com/apache/carbondata/pull/3598#discussion_r377107585
##########
File path:
integration/spark-common/src/main/scala/org/apache/carbondata/spark/rdd/CarbonMergerRDD.scala
##########
@@ -578,15 +562,11 @@ class CarbonMergerRDD[K, V](
}
}
val updatedMaxSegmentColumnList = new util.ArrayList[ColumnSchema]()
- // update cardinality and column schema list according to master schema
- val cardinality = CarbonCompactionUtil
Review comment:
It is needed, otherwise testcase failed
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services