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

liuneng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 5e5b8d975 [GLUTEN-7224][CH]Update ClickHouse.md (#7230)
5e5b8d975 is described below

commit 5e5b8d9754599cdf06b016ed01194df38237b872
Author: lgbo <[email protected]>
AuthorDate: Sat Sep 14 10:07:36 2024 +0800

    [GLUTEN-7224][CH]Update ClickHouse.md (#7230)
    
    What changes were proposed in this pull request?
    (Please fill in changes proposed in this fix)
    
    Fixes: #7224
    
    How was this patch tested?
    (Please explain how this patch was tested. E.g. unit tests, integration 
tests, manual tests)
    
    (If this patch involves UI changes, please attach a screenshot; otherwise, 
remove this)
---
 docs/get-started/ClickHouse.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/get-started/ClickHouse.md b/docs/get-started/ClickHouse.md
index 160582c86..2f6a912f4 100644
--- a/docs/get-started/ClickHouse.md
+++ b/docs/get-started/ClickHouse.md
@@ -77,6 +77,7 @@ checkout to the latest branch
 
 ```shell
 latest_branch=$(cat $gluten_root/cpp-ch/clickhouse.version  | grep CH_BRANCH | 
cut -d= -f2)
+git fetch origin $latest_branch
 git checkout -b $latest_branch origin/$latest_branch
 git submodule sync --recursive
 git submodule update --init --recursive


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to