Github user gvramana commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1743#discussion_r159396216
--- Diff:
integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/datamap/TestDataMapCommand.scala
---
@@ -76,6 +78,24 @@ class TestDataMapCommand extends QueryTest with
BeforeAndAfterAll {
assert(dataMapSchemaList.get(2).getChildSchema.getTableName.equals("datamaptest_datamap3"))
}
+ test("check hivemetastore after drop datamap") {
+
CarbonProperties.getInstance().addProperty(CarbonCommonConstants.ENABLE_HIVE_SCHEMA_META_STORE,
--- End diff --
reset this property
---