You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by xubo245 <gi...@git.apache.org> on 2018/05/21 04:04:36 UTC

[GitHub] carbondata pull request #2211: [CARBONDATA-2380][DataMap] Support visible/in...

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?


---