Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1749#discussion_r161400186
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/hive/CarbonFileMetastore.scala
---
@@ -571,4 +572,22 @@ class CarbonFileMetastore extends CarbonMetaStore {
case _ => throw new
NoSuchTableException(tableIdentifier.database.get, tableIdentifier.table)
}
}
+
+ override def getTableInfo(identifier: AbsoluteTableIdentifier)
--- End diff --
All ready API exists in SchemReader , better use from there. As this API is
only for filebased schema
---