[GitHub] kevinjmh commented on a change in pull request #3136: [HOTFIX][DOC] Fix the format of SQL in dml-of-carbondata.md

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] kevinjmh commented on a change in pull request #3136: [HOTFIX][DOC] Fix the format of SQL in dml-of-carbondata.md

GitBox
kevinjmh commented on a change in pull request #3136: [HOTFIX][DOC] Fix the format of SQL in dml-of-carbondata.md
URL: https://github.com/apache/carbondata/pull/3136#discussion_r261037947
 
 

 ##########
 File path: docs/dml-of-carbondata.md
 ##########
 @@ -352,18 +352,18 @@ CarbonData DML statements are documented here,which includes:
   ```
   LOAD DATA [LOCAL] INPATH 'folder_path'
   INTO TABLE [db_name.]table_name PARTITION (partition_spec)
-  OPTIONS(property_name=property_value, ...)    
+  OPTIONS(property_name=property_value, ...);    
 
 Review comment:
   The seperator is used in beeline , but not in `spark.sql(...)`.
   Use blank line to seperate OR use different code block of Markdown instead.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[hidden email]


With regards,
Apache Git Services