QiangCai commented on a change in pull request #3661: [CARBONDATA-3704] Support
create materialized view on all type table, and make mv support mutil-tenant.
URL: https://github.com/apache/carbondata/pull/3661#discussion_r401323108
##########
File path:
mv/plan/src/main/scala/org/apache/carbondata/mv/plans/util/BirdcageOptimizer.scala
##########
@@ -124,8 +123,9 @@ object BirdcageOptimizer extends RuleExecutor[LogicalPlan]
{
// Batch("LocalRelation", fixedPoint,
// ConvertToLocalRelation,
// PropagateEmptyRelation) ::
- Batch(
- "OptimizeCodegen", Once, CarbonToSparkAdapter.getOptimizeCodegenRule():
_*) ::
+ // As per SPARK-22520 OptimizeCodegen is removed in 2.3.1
Review comment:
remove it if not required
----------------------------------------------------------------
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