Github user eychih commented on the issue:
https://github.com/apache/carbondata/pull/2335
I saw you already integrate some code in chowbranch. However, in
MVAnalyzerRule.scala, there are some issues:
1. At line 68, you call withMVTable directly. The issue is, if the method
throws exceptions, there is no way to handle them.
2. where do you replace the factored out MV subplan with the corresponding
MV table? (please refer the same file in chowbranch, to see how this get
handled) ---
