ShreelekhyaG commented on code in PR #4257: URL: https://github.com/apache/carbondata/pull/4257#discussion_r847150518
########## integration/spark/src/main/scala/org/apache/spark/sql/optimizer/MVRewrite.scala: ########## @@ -800,7 +822,62 @@ class MVRewrite(catalog: MVCatalogInSpark, logicalPlan: LogicalPlan, val planWrapper = groupBy.modularPlan.get.asInstanceOf[MVPlanWrapper] val plan = planWrapper.modularPlan.asInstanceOf[Select] val updatedPlanOutputList = getUpdatedOutputList(plan.outputList, groupBy.modularPlan) - val outputListMapping = groupBy.outputList zip updatedPlanOutputList + var columnIndex = -1 Review Comment: done -- 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: dev-unsubscr...@carbondata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org