You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by akashrn5 <gi...@git.apache.org> on 2018/07/30 15:22:48 UTC

[GitHub] carbondata pull request #2570: [CARBONDATA-2585]disable local dictionary by ...

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

    https://github.com/apache/carbondata/pull/2570#discussion_r206196113
  
    --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/localdictionary/LocalDictionarySupportCreateTableTest.scala ---
    @@ -1554,7 +1550,7 @@ class LocalDictionarySupportCreateTableTest extends QueryTest with BeforeAndAfte
         val descLoc = sql("describe formatted local1").collect
     
         descLoc.find(_.get(0).toString.contains("Local Dictionary Enabled")) match {
    -      case Some(row) => assert(row.get(1).toString.contains("true"))
    +      case Some(row) => assert(row.get(1).toString.contains("false"))
    --- End diff --
    
    this scenario is already covered


---