jackylk commented on a change in pull request #3517: [CARBONDATA-3624] Support
creating MV datamap without giving filter columns in projection and bug fixes
URL: https://github.com/apache/carbondata/pull/3517#discussion_r360391048
##########
File path:
datamap/mv/core/src/main/scala/org/apache/carbondata/mv/datamap/MVHelper.scala
##########
@@ -159,8 +161,9 @@ object MVHelper {
tableProperties.put(CarbonCommonConstants.DATAMAP_NAME,
dataMapSchema.getDataMapName)
tableProperties.put(CarbonCommonConstants.PARENT_TABLES,
parentTables.asScala.mkString(","))
- val fieldRelationMap = mvUtil.getFieldsAndDataMapFieldsFromPlan(
- logicalPlan, queryString, sparkSession)
+ val finalModularPlan: ModularPlan = new
SQLBuilder(modularPlan).SQLizer.execute(modularPlan)
Review comment:
```suggestion
val finalModularPlan = new
SQLBuilder(modularPlan).SQLizer.execute(modularPlan)
```
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services