Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1583#discussion_r154900579
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/hive/CarbonFileMetastore.scala
---
@@ -523,4 +523,25 @@ class CarbonFileMetastore extends CarbonMetaStore {
val tableMetadataFile = tablePath.getSchemaFilePath
CarbonUtil.readSchemaFile(tableMetadataFile)
}
+
+ /**
+ * the method returns the Wrapper TableInfo
+ *
+ * @param absoluteTableIdentifier
+ * @param sparkSession
+ * @return
+ */
+ override def getWrapperTableInfo(absoluteTableIdentifier:
AbsoluteTableIdentifier)
--- End diff --
Just name name as `getTableInfo`
---