Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2211#discussion_r189491069
--- Diff:
integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/datamap/CGDataMapTestCase.scala
---
@@ -383,6 +384,39 @@ class CGDataMapTestCase extends QueryTest with
BeforeAndAfterAll {
sql("select * from normal_test where name='n502670' and
city='c2670'"))
}
+ test("test invisible datamap during query") {
--- End diff --
This test case shouldn't test the invisible/visible table directly, can you
add some test case for checking invisible/visible table? Are there any
performance report for this?
---