Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1418#discussion_r149994202
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/CarbonCatalystOperators.scala
---
@@ -70,6 +71,14 @@ object GetDB {
dbName.getOrElse(
sparkSession.sessionState.catalog.asInstanceOf[HiveSessionCatalog].getCurrentDatabase)
}
+
+ def getDatabaseLocation(dbName: String, sparkSession: SparkSession,
--- End diff --
Add some comment---
