QiangCai 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_r376848072
##########
File path:
integration/spark-common/src/main/scala/org/apache/spark/sql/execution/command/carbonTableSchemaCommon.scala
##########
@@ -111,8 +111,6 @@ case class CarbonMergerMapping(
validSegments: Array[Segment],
tableId: String,
campactionType: CompactionType,
- // maxSegmentColCardinality is Cardinality of last segment of compaction
- var maxSegmentColCardinality: Array[Int],
// maxSegmentColumnSchemaList is list of column schema of last segment of
compaction
var maxSegmentColumnSchemaList: List[ColumnSchema],
Review comment:
use CarbonTable directly
----------------------------------------------------------------
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