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 2021/12/20 14:55:56 UTC

[carbondata] 12/14: Update docs/addsegment-guide.md

This is an automated email from the ASF dual-hosted git repository.

chenliang613 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/carbondata.git

commit 379f5ade13511838cca62a867ebe58ccf116f878
Author: bieremayi <li...@sina.com>
AuthorDate: Sat Dec 18 21:00:33 2021 +0800

    Update docs/addsegment-guide.md
    
    ths!
    
    Co-authored-by: Indhumathi27 <34...@users.noreply.github.com>
---
 docs/addsegment-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/addsegment-guide.md b/docs/addsegment-guide.md
index 619293f..f9b7695 100644
--- a/docs/addsegment-guide.md
+++ b/docs/addsegment-guide.md
@@ -60,7 +60,7 @@ Users can add the existing data as a segment to the carbon table provided the sc
     OPTIONS('FORMAT'='parquet')
     ```
   - ##### PARTITION:
-   Partition info for partition table , should be form of "a:int, b:string"
+    Partition info for partition table , should be form of "a:int, b:string"
 
     ```
     OPTIONS('PARTITION'='a:int, b:string')