Update dml-operation-on-carbondata.md

Update dml-operation-on-carbondata.md

Update dml-operation-on-carbondata.md

Update dml-operation-on-carbondata.md

Update dml-operation-on-carbondata.md


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

Branch: refs/heads/branch-1.1
Commit: 3db55843aa15e809645250623140419c47fe263f
Parents: e67003c
Author: chenerlu <chene...@huawei.com>
Authored: Tue May 9 23:18:02 2017 +0800
Committer: ravipesala <ravi.pes...@gmail.com>
Committed: Thu Jun 15 12:57:47 2017 +0530

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


http://git-wip-us.apache.org/repos/asf/carbondata/blob/3db55843/docs/dml-operation-on-carbondata.md
----------------------------------------------------------------------
diff --git a/docs/dml-operation-on-carbondata.md 
b/docs/dml-operation-on-carbondata.md
index f9d9f45..e315468 100644
--- a/docs/dml-operation-on-carbondata.md
+++ b/docs/dml-operation-on-carbondata.md
@@ -340,6 +340,8 @@ SET (column_name1, column_name2,) =
 | sourceColumn | The source table column values to be updated in destination 
table. |
 | sourceTable | The table from which the records are updated into destination 
Carbon table. |
 
+NOTE: This functionality is currently not supported in Spark 2.x and will 
support soon.  
+
 ### Usage Guidelines
 The following conditions must be met for successful updation :
 
@@ -413,6 +415,7 @@ DELETE FROM table_name [WHERE expression];
 
|--------------|-----------------------------------------------------------------------|
 | table_name | The name of the Carbon table in which you want to perform the 
delete. |
 
+NOTE: This functionality is currently not supported in Spark 2.x and will 
support soon.  
 
 ### Examples
 

Reply via email to