Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2639#discussion_r210323959
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/CarbonSource.scala ---
@@ -351,10 +349,7 @@ object CarbonSource {
query: Option[LogicalPlan]): Map[String, String] = {
val model = createTableInfoFromParams(properties, dataSchema,
identifier, query, sparkSession)
val tableInfo: TableInfo = TableNewProcessor(model)
- val isExternal = properties.getOrElse("isExternal", "false")
--- End diff --
This variable is not used
---