Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2325#discussion_r191037363
--- Diff:
integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/datamap/CGDataMapTestCase.scala
---
@@ -420,6 +419,63 @@ class CGDataMapTestCase extends QueryTest with
BeforeAndAfterAll {
sql("select * from normal_test where name='n502670' and
city='c2670'"))
}
+ test("test cg datamap and validate the visible and invisible status of
datamap ") {
--- End diff --
Ok, I will add some validate in old test case
---