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

changchen 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 7ad432a7bb [GLUTEN-1632][CH]Daily Update Clickhouse Version (20250107) 
(#8440)
7ad432a7bb is described below

commit 7ad432a7bb20b1cf93837425eb14052db12e53eb
Author: Kyligence Git <[email protected]>
AuthorDate: Mon Jan 6 22:54:19 2025 -0600

    [GLUTEN-1632][CH]Daily Update Clickhouse Version (20250107) (#8440)
    
    * [GLUTEN-1632][CH]Daily Update Clickhouse Version (20250107)
    
    * Fix build due to https://github.com/ClickHouse/ClickHouse/pull/73989
    
    * upgrade to https://github.com/Kyligence/ClickHouse/pull/512
    
    ---------
    
    Co-authored-by: kyligence-git <[email protected]>
    Co-authored-by: Chang Chen <[email protected]>
---
 cpp-ch/clickhouse.version                                  | 4 ++--
 cpp-ch/local-engine/Functions/SparkFunctionRoundHalfUp.cpp | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cpp-ch/clickhouse.version b/cpp-ch/clickhouse.version
index 87fefef5cc..3e28ad21e9 100644
--- a/cpp-ch/clickhouse.version
+++ b/cpp-ch/clickhouse.version
@@ -1,3 +1,3 @@
 CH_ORG=Kyligence
-CH_BRANCH=rebase_ch/20250103
-CH_COMMIT=0523d6de564
+CH_BRANCH=rebase_ch/20250107
+CH_COMMIT=01d2a08fb01
diff --git a/cpp-ch/local-engine/Functions/SparkFunctionRoundHalfUp.cpp 
b/cpp-ch/local-engine/Functions/SparkFunctionRoundHalfUp.cpp
index 68eca9049e..482333099d 100644
--- a/cpp-ch/local-engine/Functions/SparkFunctionRoundHalfUp.cpp
+++ b/cpp-ch/local-engine/Functions/SparkFunctionRoundHalfUp.cpp
@@ -27,7 +27,7 @@ REGISTER_FUNCTION(RoundSpark)
 Similar to function round,except that in case when given number has equal 
distance to surrounding numbers, the function rounds away from zero(towards 
+inf/-inf).
         )",
             .examples{{"roundHalfUp", "SELECT roundHalfUp(3.165,2)", "3.17"}},
-            .categories{"Rounding"}
+            .category{"Rounding"}
         },
         DB::FunctionFactory::Case::Insensitive);
 


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

Reply via email to