You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by GitBox <gi...@apache.org> on 2021/06/24 11:25:20 UTC

[GitHub] [carbondata] maheshrajus commented on a change in pull request #4163: [CARBONDATA-4230] table properties not updated with lower-case and table comment not working in carbon spark 3.1

maheshrajus commented on a change in pull request #4163:
URL: https://github.com/apache/carbondata/pull/4163#discussion_r657860282



##########
File path: integration/spark/src/main/common2.3and2.4/org/apache/spark/sql/parser/CarbonSparkSqlParser.scala
##########
@@ -25,7 +25,7 @@ import org.apache.spark.sql.catalyst.parser.SqlBaseParser._
 import org.apache.spark.sql.catalyst.plans.logical.LogicalPlan
 import org.apache.spark.sql.execution.{SparkSqlAstBuilder, SparkSqlParser}
 import org.apache.spark.sql.internal.{SQLConf, VariableSubstitution}
-import org.apache.spark.sql.parser.CarbonSparkSqlParserUtil.needToConvertToLowerCase
+import org.apache.spark.sql.parser.CarbonSparkSqlParserUtil.{convertPropertiesToLowercase, needToConvertToLowerCase}

Review comment:
       done




-- 
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:
users@infra.apache.org