Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1595#discussion_r155255158
--- Diff: integration/spark2/src/main/spark2.2/CarbonSessionState.scala ---
@@ -125,6 +132,18 @@ class CarbonSessionCatalog(
}
}
+
+class CarbonAnalyzer(catalog: SessionCatalog,
--- End diff --
Better move to some common place, don't duplicate---
