zzcclp commented on a change in pull request #3378: [CARBONDATA-3514] Support Spark 2.4.4 integration
URL:
https://github.com/apache/carbondata/pull/3378#discussion_r357949429
##########
File path: datamap/mv/plan/src/main/scala/org/apache/carbondata/mv/plans/util/BirdcageOptimizer.scala
##########
@@ -110,10 +110,7 @@ object BirdcageOptimizer extends RuleExecutor[LogicalPlan] {
RewriteCorrelatedScalarSubquery,
EliminateSerialization,
SparkSQLUtil.getRemoveRedundantAliasesObj(),
- RemoveRedundantProject,
- SimplifyCreateStructOps,
- SimplifyCreateArrayOps,
- SimplifyCreateMapOps) ++
Review comment:
why remove these three rules?
----------------------------------------------------------------
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