Github user xuchuanyin commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2211#discussion_r189502015
  
    --- 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 --
    
    What's your proposal?
    The invisible datamap is a temporary status for a datamap. It indicates 
that the query will not use the datamap for now.
    See Line404 for usage.


---

Reply via email to