Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2335#discussion_r192945440
--- Diff:
datamap/mv/core/src/main/scala/org/apache/carbondata/mv/datamap/MVHelper.scala
---
@@ -373,5 +373,25 @@ object MVHelper {
case other => other
}
}
+
+ def rewriteWithMVTable(rewrittenPlan: ModularPlan, rewrite:
QueryRewrite): ModularPlan = {
--- End diff --
ok---
