xubo245 commented on a change in pull request #3442: [HOTFIX] Remove unnecessary Map object in CarbonTable
URL:
https://github.com/apache/carbondata/pull/3442#discussion_r347118684
##########
File path: integration/spark2/src/main/scala/org/apache/carbondata/spark/rdd/CarbonTableCompactor.scala
##########
@@ -458,7 +458,7 @@ class CarbonTableCompactor(carbonLoadModel: CarbonLoadModel,
CarbonTableOutputFormat.setTableName(conf, carbonTable.getTableName)
CarbonTableOutputFormat.setCarbonTable(conf, carbonTable)
val fieldList = carbonTable
- .getCreateOrderColumn(carbonTable.getTableName)
+ .getCreateOrderColumn()
.asScala
Review comment:
Please format the code
----------------------------------------------------------------
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:
[hidden email]
With regards,
Apache Git Services