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 1b3e08b30 [GLUTEN-1632][CH]Daily Update Clickhouse Version (20240719) 
(#6511)
1b3e08b30 is described below

commit 1b3e08b30ef5816000f7c3cc50cc8260b6a5dcaa
Author: Kyligence Git <[email protected]>
AuthorDate: Fri Jul 19 00:24:30 2024 -0500

    [GLUTEN-1632][CH]Daily Update Clickhouse Version (20240719) (#6511)
    
    * [GLUTEN-1632][CH]Daily Update Clickhouse Version (20240719)
    
    * Fix build due to https://github.com/ClickHouse/ClickHouse/pull/66673
    
    ---------
    
    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 706c510a6..082ea747b 100644
--- a/cpp-ch/clickhouse.version
+++ b/cpp-ch/clickhouse.version
@@ -1,4 +1,4 @@
 CH_ORG=Kyligence
-CH_BRANCH=rebase_ch/20240718
-CH_COMMIT=7f849f9ccf1
+CH_BRANCH=rebase_ch/20240719
+CH_COMMIT=3a2e993b1d4
 
diff --git a/cpp-ch/local-engine/Functions/SparkFunctionRoundHalfUp.cpp 
b/cpp-ch/local-engine/Functions/SparkFunctionRoundHalfUp.cpp
index 420ca35e2..5aa6947ae 100644
--- a/cpp-ch/local-engine/Functions/SparkFunctionRoundHalfUp.cpp
+++ b/cpp-ch/local-engine/Functions/SparkFunctionRoundHalfUp.cpp
@@ -29,7 +29,7 @@ Similar to function round,except that in case when given 
number has equal distan
         )",
             .examples{{"roundHalfUp", "SELECT roundHalfUp(3.165,2)", "3.17"}},
             .categories{"Rounding"}
-        }, FunctionFactory::CaseInsensitive);
+        }, FunctionFactory::Case::Insensitive);
 
 }
 }


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

Reply via email to