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

    https://github.com/apache/incubator-carbondata/pull/568#discussion_r97574086
  
    --- Diff: docs/quick-start-guide.md ---
    @@ -70,24 +70,22 @@ val carbon = 
SparkSession.builder().config(sc.getConf).getOrCreateCarbonSession(
     ##### Creating a Table
     
     ```
    -scala>carbon.sql("create table if not exists test_table
    -                (id string, name string, city string, age Int)
    -                STORED BY 'carbondata'")
    +scala>carbon.sql("create table if not exists test_table(id string, name 
string, city string, age Int)STORED BY 'carbondata'")
    --- End diff --
    
    Use capital letter for SQL keywords


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to