You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ch...@apache.org on 2017/04/12 12:06:56 UTC

[1/2] incubator-carbondata git commit: Update dml-operation-on-carbondata.md

Repository: incubator-carbondata
Updated Branches:
  refs/heads/master ff182b769 -> a5eb3230f


Update dml-operation-on-carbondata.md

Update dml-operation-on-carbondata.md


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

Branch: refs/heads/master
Commit: b5c9985ec3e210b64c28eff1b7070be7f387fd7a
Parents: ff182b7
Author: chenerlu <ch...@huawei.com>
Authored: Wed Apr 12 10:03:29 2017 +0800
Committer: chenliang613 <ch...@huawei.com>
Committed: Wed Apr 12 17:36:08 2017 +0530

----------------------------------------------------------------------
 docs/dml-operation-on-carbondata.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/b5c9985e/docs/dml-operation-on-carbondata.md
----------------------------------------------------------------------
diff --git a/docs/dml-operation-on-carbondata.md b/docs/dml-operation-on-carbondata.md
index 6f67543..579b9cb 100644
--- a/docs/dml-operation-on-carbondata.md
+++ b/docs/dml-operation-on-carbondata.md
@@ -290,8 +290,8 @@ This command will allow to delete the CarbonData segment(s) from the store based
 The segment created before the particular date will be removed from the specific stores.
 
 ```
-DELETE FROM TABLE [schema_name.]table_name 
-WHERE[DATE_FIELD]BEFORE [DATE_VALUE]
+DELETE SEGMENTS FROM TABLE [db_name.]table_name 
+WHERE STARTTIME BEFORE DATE_VALUE
 ```
 
 ### Parameter Description


[2/2] incubator-carbondata git commit: [CARBONDATA-907] The grammar for DELETE SEGMENT FOR DATE in website is not correct This closes #785

Posted by ch...@apache.org.
[CARBONDATA-907] The grammar for DELETE SEGMENT FOR DATE in website is not correct This closes #785


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

Branch: refs/heads/master
Commit: a5eb3230fc4769f4cdaa0f3a985cef5dde2b9416
Parents: ff182b7 b5c9985
Author: chenliang613 <ch...@huawei.com>
Authored: Wed Apr 12 17:36:45 2017 +0530
Committer: chenliang613 <ch...@huawei.com>
Committed: Wed Apr 12 17:36:45 2017 +0530

----------------------------------------------------------------------
 docs/dml-operation-on-carbondata.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------