Skip to content

Commit

Permalink
[GLUTEN-1632][CH]Daily Update Clickhouse Version (20240704) (#6327)
Browse files Browse the repository at this point in the history
* [GLUTEN-1632][CH]Daily Update Clickhouse Version (20240704)

* Fix build due to ClickHouse/ClickHouse#58661

---------

Co-authored-by: kyligence-git <[email protected]>
Co-authored-by: Chang Chen <[email protected]>
  • Loading branch information
3 people authored Jul 4, 2024
1 parent 3986fd5 commit 2cd7491
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cpp-ch/clickhouse.version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CH_ORG=Kyligence
CH_BRANCH=rebase_ch/20240703
CH_COMMIT=aa71be074ad
CH_BRANCH=rebase_ch/20240704
CH_COMMIT=f617655ccea

Original file line number Diff line number Diff line change
Expand Up @@ -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>());
}
Expand Down

0 comments on commit 2cd7491

Please sign in to comment.