zzcclp commented on a change in pull request #1618:
URL: https://github.com/apache/kylin/pull/1618#discussion_r603750231



##########
File path: 
kylin-spark-project/kylin-spark-metadata/src/main/scala/org/apache/kylin/engine/spark/metadata/MetadataConverter.scala
##########
@@ -37,7 +37,7 @@ import scala.collection.mutable
 
 object MetadataConverter {
   def getSegmentInfo(cubeInstance: CubeInstance, segmentId: String, 
segmentName: String, identifier: String): SegmentInfo = {
-    val allColumnDesc = extractAllColumnDesc(cubeInstance)
+    val(allColumnDesc, allRowKeyCols) = extractAllColumnDesc(cubeInstance)

Review comment:
       add a blank space




-- 
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]


Reply via email to