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 2cd7491d4 [GLUTEN-1632][CH]Daily Update Clickhouse Version (20240704) 
(#6327)
2cd7491d4 is described below

commit 2cd7491d4050d9167514d6057aae22124cbff88c
Author: Kyligence Git <[email protected]>
AuthorDate: Thu Jul 4 00:23:14 2024 -0500

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

diff --git a/cpp-ch/clickhouse.version b/cpp-ch/clickhouse.version
index 1630f5760..0fb13497d 100644
--- a/cpp-ch/clickhouse.version
+++ b/cpp-ch/clickhouse.version
@@ -1,4 +1,4 @@
 CH_ORG=Kyligence
-CH_BRANCH=rebase_ch/20240703
-CH_COMMIT=aa71be074ad
+CH_BRANCH=rebase_ch/20240704
+CH_COMMIT=f617655ccea
 
diff --git a/cpp-ch/local-engine/Functions/SparkFunctionRegexpExtractAll.cpp 
b/cpp-ch/local-engine/Functions/SparkFunctionRegexpExtractAll.cpp
index ca4f10020..68136713f 100644
--- a/cpp-ch/local-engine/Functions/SparkFunctionRegexpExtractAll.cpp
+++ b/cpp-ch/local-engine/Functions/SparkFunctionRegexpExtractAll.cpp
@@ -77,7 +77,7 @@ namespace
             if (arguments.size() == 3)
                 args.emplace_back(FunctionArgumentDescriptor{"index", 
static_cast<FunctionArgumentDescriptor::TypeValidator>(&isInteger), nullptr, 
"Integer"});
 
-            validateFunctionArgumentTypes(*this, arguments, args);
+            validateFunctionArguments(*this, arguments, args);
 
             return 
std::make_shared<DataTypeArray>(std::make_shared<DataTypeString>());
         }


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

Reply via email to