Skip to content

Commit

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

* fix build due to ClickHouse/ClickHouse#59485

---------

Co-authored-by: kyligence-git <[email protected]>
Co-authored-by: Chang Chen <[email protected]>
  • Loading branch information
3 people authored Feb 8, 2024
1 parent 97bd0f6 commit 50e4f93
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,3 +1,3 @@
CH_ORG=Kyligence
CH_BRANCH=rebase_ch/20240202
CH_COMMIT=49071abd932
CH_BRANCH=rebase_ch/20240208
CH_COMMIT=eccb1fb6b4b
2 changes: 1 addition & 1 deletion cpp-ch/local-engine/Shuffle/SelectorBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ void RangeSelectorBuilder::initRangeBlock(Poco::JSON::Array::Ptr range_bounds)
}
else if (type_name == "Int8")
{
col->insert(field_value.convert<Int8>());
col->insert(field_value.convert<Poco::Int8>());
}
else if (type_name == "Int16")
{
Expand Down

0 comments on commit 50e4f93

Please sign in to comment.