kasakrisz commented on code in PR #5053:
URL: https://github.com/apache/hive/pull/5053#discussion_r1474878487


##########
ql/src/java/org/apache/hadoop/hive/ql/ddl/view/materialized/alter/rebuild/AlterMaterializedViewRebuildAnalyzer.java:
##########
@@ -322,8 +318,7 @@ private RelNode applyRecordIncrementalRebuildPlan(
               }
               return applyAggregateInsertDeleteIncremental(basePlan, 
mdProvider, executorProvider);
             } else {
-              return applyJoinInsertDeleteIncremental(
-                      basePlan, mdProvider, executorProvider, optCluster, 
calcitePreMVRewritingPlan);
+              return calcitePreMVRewritingPlan;

Review Comment:
   @amansinha100 
   This is the point where we fall back to full rebuild.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to