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/02/28 01:56:00 UTC

[1/2] incubator-carbondata git commit: corrected doc for ddl operation using no_inverted_index

Repository: incubator-carbondata
Updated Branches:
  refs/heads/master 86a2fac13 -> 891fa4346


corrected doc for ddl operation using no_inverted_index


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

Branch: refs/heads/master
Commit: bdc27bb25eef88cead2314f00eef164fd5e40ff2
Parents: 86a2fac
Author: anubhav100 <an...@knoldus.in>
Authored: Thu Feb 9 10:49:26 2017 +0530
Committer: chenliang613 <ch...@huawei.com>
Committed: Tue Feb 28 09:54:48 2017 +0800

----------------------------------------------------------------------
 docs/ddl-operation-on-carbondata.md | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/bdc27bb2/docs/ddl-operation-on-carbondata.md
----------------------------------------------------------------------
diff --git a/docs/ddl-operation-on-carbondata.md b/docs/ddl-operation-on-carbondata.md
index 38910f8..de4999e 100644
--- a/docs/ddl-operation-on-carbondata.md
+++ b/docs/ddl-operation-on-carbondata.md
@@ -99,20 +99,20 @@ TBLPROPERTIES ("COLUMN_GROUPS"="(column1, column3),
 
 ### Example:
 ```
-   CREATE TABLE IF NOT EXISTS productSchema.productSalesTable (
-                                productNumber Int,
-                                productName String,
-                                storeCity String,
-                                storeProvince String,
-                                productCategory String,
-                                productBatch String,
-                                saleQuantity Int,
-                                revenue Int)
-   STORED BY 'carbondata'
-   TBLPROPERTIES ('COLUMN_GROUPS'='(productName,productCategory)',
-                  'DICTIONARY_EXCLUDE'='productName',
-                  'DICTIONARY_INCLUDE'='productNumber',
-                  'NO_INVERTED_INDEX'='productBatch')
+    CREATE TABLE IF NOT EXISTS productSchema.productSalesTable (
+                                   productNumber Int,
+                                   productName String,
+                                   storeCity String,
+                                   storeProvince String,
+                                   productCategory String,
+                                   productBatch String,
+                                   saleQuantity Int,
+                                   revenue Int)
+      STORED BY 'carbondata'
+      TBLPROPERTIES ('COLUMN_GROUPS'='(productNumber,productName)',
+                     'DICTIONARY_EXCLUDE'='storeCity',
+                     'DICTIONARY_INCLUDE'='productNumber',
+                     'NO_INVERTED_INDEX'='productBatch')
 ```
 
 ## SHOW TABLE


[2/2] incubator-carbondata git commit: [CARBONDATA-700]corrected doc for ddl operation using no_inverted_index This closes #595

Posted by ch...@apache.org.
[CARBONDATA-700]corrected doc for ddl operation using no_inverted_index This closes #595


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

Branch: refs/heads/master
Commit: 891fa4346c171335b967e5bf4f982e0a9a4b471e
Parents: 86a2fac bdc27bb
Author: chenliang613 <ch...@huawei.com>
Authored: Tue Feb 28 09:55:39 2017 +0800
Committer: chenliang613 <ch...@huawei.com>
Committed: Tue Feb 28 09:55:39 2017 +0800

----------------------------------------------------------------------
 docs/ddl-operation-on-carbondata.md | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)
----------------------------------------------------------------------