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 58a5646252 [GLUTEN-1632][CH]Daily Update Clickhouse Version (20250429)
(#9459)
58a5646252 is described below
commit 58a564625274a90ae65fd7cefee9e2b799442554
Author: Kyligence Git <[email protected]>
AuthorDate: Tue Apr 29 06:18:55 2025 -0500
[GLUTEN-1632][CH]Daily Update Clickhouse Version (20250429) (#9459)
* [GLUTEN-1632][CH]Daily Update Clickhouse Version (20250429)
* Fix Build due to https://github.com/ClickHouse/ClickHouse/pull/79538
---------
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 4c46a577ef..0a519ba9e2 100644
--- a/cpp-ch/clickhouse.version
+++ b/cpp-ch/clickhouse.version
@@ -1,3 +1,3 @@
CH_ORG=Kyligence
-CH_BRANCH=rebase_ch/20250424
-CH_COMMIT=e4cf15f59c5
+CH_BRANCH=rebase_ch/20250429
+CH_COMMIT=3ba56a88132
diff --git a/cpp-ch/local-engine/Functions/SparkFunctionRoundHalfUp.cpp
b/cpp-ch/local-engine/Functions/SparkFunctionRoundHalfUp.cpp
index 482333099d..cbe38a9a6a 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"}},
- .category{"Rounding"}
+ .category = DB::FunctionDocumentation::Category::Rounding
},
DB::FunctionFactory::Case::Insensitive);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]