Skip to content

Commit

Permalink
[GLUTEN-1632][CH]Daily Update Clickhouse Version (20240314) (apache#4948
Browse files Browse the repository at this point in the history
)

* [GLUTEN-1632][CH]Daily Update Clickhouse Version (20240314)

* Fix build due to ClickHouse/ClickHouse#61171

Storages/SubstraitSource/SubstraitFileSource.h
  Storages/SubstraitSource/FormatFile.h
    Interpreters/Context.h
      Interpreters/DatabaseCatalog.h
        Storages/IStorage.h        =>  which is remvoed

---------

Co-authored-by: kyligence-git <[email protected]>
Co-authored-by: Chang Chen <[email protected]>
  • Loading branch information
3 people authored and taiyang-li committed Oct 8, 2024
1 parent 4a7ede2 commit 362f4e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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/20240308
CH_COMMIT=5ed149dd725
CH_BRANCH=rebase_ch/20240314
CH_COMMIT=3ddade3ed79
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <Processors/QueryPlan/IQueryPlanStep.h>
#include <QueryPipeline/Pipe.h>
#include <QueryPipeline/QueryPipelineBuilder.h>
#include <Storages/IStorage.h>
#include <Core/NamesAndTypes.h>
#include <DataTypes/DataTypeNullable.h>
#include <DataTypes/DataTypeTuple.h>
Expand Down

0 comments on commit 362f4e7

Please sign in to comment.