Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2080#discussion_r176354374
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/CarbonSource.scala ---
@@ -334,6 +333,9 @@ object CarbonSource {
properties.foreach(e => map.put(e._1, e._2))
map.put("tablepath", identifier.getTablePath)
map.put("dbname", identifier.getDatabaseName)
+ if (map.get("tableName") == null) {
--- End diff --
okï¼ done---
