You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2019/03/18 02:28:28 UTC

[GitHub] [carbondata] zzcclp commented on a change in pull request #3151: [HOTFIX][DOC] Optimize quick-start-guide.md and dml-of-carbondata.md

zzcclp commented on a change in pull request #3151: [HOTFIX][DOC] Optimize quick-start-guide.md and dml-of-carbondata.md
URL: https://github.com/apache/carbondata/pull/3151#discussion_r266278793
 
 

 ##########
 File path: docs/dml-of-carbondata.md
 ##########
 @@ -352,18 +352,20 @@ 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, ...)    
-  INSERT INTO INTO TABLE [db_name.]table_name PARTITION (partition_spec) <SELECT STATEMENT>
+  OPTIONS(property_name=property_value, ...);
 
 Review comment:
   done

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


With regards,
Apache Git Services