You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by gvramana <gi...@git.apache.org> on 2018/07/17 10:39:26 UTC

[GitHub] carbondata pull request #2513: [CARBONDATA-2748] blocking concurrent load if...

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

    https://github.com/apache/carbondata/pull/2513#discussion_r202973884
  
    --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/integration/spark/testsuite/dataload/TestLoadDataGeneral.scala ---
    @@ -275,6 +279,34 @@ class TestLoadDataGeneral extends QueryTest with BeforeAndAfterEach {
           CarbonCommonConstants.BLOCKLET_SIZE_DEFAULT_VAL)
       }
     
    +  test("block concurrent load if DICTIONARY_INCLUDE is specified") {
    --- End diff --
    
    Though it happens in most cases, This test cannot ensure parallel data load case. I think better to remove testcase.


---