Repository: carbondata
Updated Branches:
  refs/heads/master 2340cc49d -> 8f3cf9ab5


[Documentation] Fixed the syntax issue in Delete by Segment ID

In the Delete by Segment ID command the WHERE was misspelled as WERE

This closes #1200


Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/8f3cf9ab
Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/8f3cf9ab
Diff: http://git-wip-us.apache.org/repos/asf/carbondata/diff/8f3cf9ab

Branch: refs/heads/master
Commit: 8f3cf9ab5105ff61962fa74269924428fce18d95
Parents: 2340cc4
Author: siddhardhk <k.siddhar...@gmail.com>
Authored: Thu Jul 27 15:28:43 2017 +0530
Committer: chenliang613 <chenliang...@apache.org>
Committed: Thu Jul 27 23:15:48 2017 +0800

----------------------------------------------------------------------
 docs/dml-operation-on-carbondata.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/carbondata/blob/8f3cf9ab/docs/dml-operation-on-carbondata.md
----------------------------------------------------------------------
diff --git a/docs/dml-operation-on-carbondata.md 
b/docs/dml-operation-on-carbondata.md
index 4928098..e205972 100644
--- a/docs/dml-operation-on-carbondata.md
+++ b/docs/dml-operation-on-carbondata.md
@@ -268,7 +268,7 @@ SHOW SEGMENTS FOR Table [db_name.]table_name LIMIT 
number_of_segments
 After you retrieve the segment ID of the segment that you want to delete, 
execute the following command to delete the selected segment.
 
 ```
-DELETE FROM TABLE [db_name.]table_name WERE SEGMENT.ID IN (segment_id1, 
segments_id2, ....)
+DELETE FROM TABLE [db_name.]table_name WHERE SEGMENT.ID IN (segment_id1, 
segments_id2, ....)
 ```
 
 ### Parameter Description

Reply via email to