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



##########
File path: 
integration/spark/src/main/scala/org/apache/spark/sql/parser/CarbonExtensionSpark2SqlParser.scala
##########
@@ -19,8 +19,11 @@ package org.apache.spark.sql.parser
 
 import scala.language.implicitConversions
 
+import org.apache.spark.sql.catalyst.TableIdentifier
 import org.apache.spark.sql.catalyst.plans.logical._
 import 
org.apache.spark.sql.execution.command.management.RefreshCarbonTableCommand
+import org.apache.spark.sql.execution.strategy.CarbonPlanHelper
+import org.apache.spark.sql.util.SparkSQLUtil

Review comment:
       please remove unused import

##########
File path: 
integration/spark/src/main/scala/org/apache/spark/sql/parser/CarbonSpark2SqlParser.scala
##########
@@ -42,7 +42,7 @@ import 
org.apache.spark.sql.execution.command.view.{CarbonCreateMVCommand, Carbo
 import org.apache.spark.sql.execution.strategy.CarbonPlanHelper
 import 
org.apache.spark.sql.secondaryindex.command.{CarbonCreateSecondaryIndexCommand, 
_}
 import org.apache.spark.sql.types.{DataType, DataTypes, StructField}
-import org.apache.spark.sql.util.CarbonException
+import org.apache.spark.sql.util.{CarbonException, SparkSQLUtil}

Review comment:
       SparkSQLUtil




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to