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

    https://github.com/apache/incubator-carbondata/pull/204#discussion_r83027008
  
    --- Diff: 
integration/spark/src/test/scala/org/apache/carbondata/spark/testsuite/deleteTable/TestDeleteTableNewDDL.scala
 ---
    @@ -97,7 +97,7 @@ class TestDeleteTableNewDDL extends QueryTest with 
BeforeAndAfterAll {
           "CREATE table CaseInsensitiveTable (ID int, date String, country 
String, name " +
           "String," +
           "phonetype String, serialname String, salary int) stored by 
'org.apache.carbondata.format'" +
    -      "TBLPROPERTIES('DICTIONARY_INCLUDE'='ID', 
'DICTIONARY_INCLUDE'='salary')"
    +      "TBLPROPERTIES('DICTIONARY_INCLUDE'='ID,salary')"
    --- End diff --
    
    add space after `,`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to