Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2325#discussion_r189821513
--- Diff:
integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/datamap/FGDataMapTestCase.scala
---
@@ -481,6 +479,62 @@ class FGDataMapTestCase extends QueryTest with
BeforeAndAfterAll {
sql("select * from normal_test where name='n502670' and
city='c2670'"))
}
+ test("test fg datamap and validate the visible and invisible status of
datamap ") {
--- End diff --
lucene datamap don't support invisibility feature, please
refer:https://issues.apache.org/jira/browse/CARBONDATA-2502
---