Github user zzcclp commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/3032#discussion_r244596100
--- Diff:
integration/spark2/src/main/scala/org/apache/carbondata/spark/util/CarbonSparkUtil.scala
---
@@ -50,7 +55,7 @@ object CarbonSparkUtil {
CarbonUtil.hasAggregationDataMap(carbonTable))
}
- def createCarbonRelation(tableInfo: TableInfo, tablePath: String):
CarbonRelation = {
+ def createCarbonRelation (tableInfo: TableInfo, tablePath: String):
CarbonRelation = {
--- End diff --
remove blank before '('
---