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 <[email protected]>
AuthorDate: Sat Dec 18 21:00:33 2021 +0800

    Update docs/addsegment-guide.md
    
    ths!
    
    Co-authored-by: Indhumathi27 
<[email protected]>
---
 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')

Reply via email to