Skip to content

Commit

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

* Fix build due to ClickHouse/ClickHouse#75333

---------

Co-authored-by: kyligence-git <[email protected]>
Co-authored-by: Chang Chen <[email protected]>
  • Loading branch information
3 people authored Feb 5, 2025
1 parent 28f9cfd commit f7a8d66
Show file tree
Hide file tree
Showing 2 changed files with 4 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/20250204
CH_COMMIT=69b2d923f37
CH_BRANCH=rebase_ch/20250205
CH_COMMIT=c1451130e6d
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@
#pragma once
#include <config.h>
#if USE_ROCKSDB
#include <shared_mutex>
#include <Core/BackgroundSchedulePool.h>
#include <Disks/DiskLocal.h>
#include <Disks/ObjectStorages/DiskObjectStorageMetadata.h>
#include <Disks/ObjectStorages/IMetadataStorage.h>
#include <Disks/ObjectStorages/MetadataOperationsHolder.h>
#include <rocksdb/db.h>
#include <shared_mutex>

namespace local_engine
{
Expand Down

0 comments on commit f7a8d66

Please sign in to comment.