Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GLUTEN-1632][CH]Daily Update Clickhouse Version (20250107) #8440

Merged
merged 3 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cpp-ch/clickhouse.version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CH_ORG=Kyligence
CH_BRANCH=rebase_ch/20250103
CH_COMMIT=0523d6de564
CH_BRANCH=rebase_ch/20250107
CH_COMMIT=01d2a08fb01
2 changes: 1 addition & 1 deletion cpp-ch/local-engine/Functions/SparkFunctionRoundHalfUp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
Loading