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

    https://github.com/apache/carbondata/pull/2570#discussion_r205686883
  
    --- 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 --
    
    If local dictionary is disabled here, it will be the same as previous test 
case. Can you make it true and add other properties like 
local_dictionary_threshold or local_dictionary_include, etc. 


---

Reply via email to