Indhumathi27 commented on a change in pull request #4142:
URL: https://github.com/apache/carbondata/pull/4142#discussion_r646516625



##########
File path: 
integration/spark/src/main/scala/org/apache/spark/sql/secondaryindex/command/SICreationCommand.scala
##########
@@ -683,15 +683,18 @@ private[sql] case class CarbonCreateSecondaryIndexCommand(
     // if data type is arrayType, then store the column as its CHILD data type 
in SI
     if (DataTypes.isArrayType(parentColumnSchema.getDataType)) {
       columnSchema.setDataType(dataType)
+      val colPropMap = new java.util.HashMap[String, String]()

Review comment:
       Please add it to parentColumnSchema.getColumnProperties map




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