jackylk commented on a change in pull request #3574: [CARBONDATA-3503] Optimize 
Carbon SparkExtensions
URL: https://github.com/apache/carbondata/pull/3574#discussion_r365581648
 
 

 ##########
 File path: 
integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/table/CarbonCreateTableCommand.scala
 ##########
 @@ -140,11 +140,31 @@ case class CarbonCreateTableCommand(
                   s"Dictionary include cannot be applied on partition columns")
               }
               s" PARTITIONED BY 
(${partitionInfo.getColumnSchemaList.asScala.map(
-                _.getColumnName).mkString(",")})"
+                _.getColumnName.toLowerCase).mkString(",")})"
             } else {
               ""
             }
 
+          val repeatedPropKeys =
 
 Review comment:
   add comment to describe the logic here

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

Reply via email to