mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 19:02:04 +00:00
fix
This commit is contained in:
parent
32ad28cbe5
commit
330777a0cc
@ -112,7 +112,6 @@ public:
|
|||||||
void changeRootPath(const std::string & from_root, const std::string & to_root) override;
|
void changeRootPath(const std::string & from_root, const std::string & to_root) override;
|
||||||
|
|
||||||
DataPartStorageBuilderPtr getBuilder() const override;
|
DataPartStorageBuilderPtr getBuilder() const override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
VolumePtr volume;
|
VolumePtr volume;
|
||||||
std::string root_path;
|
std::string root_path;
|
||||||
@ -128,7 +127,6 @@ private:
|
|||||||
MergeTreeDataPartState state,
|
MergeTreeDataPartState state,
|
||||||
Poco::Logger * log,
|
Poco::Logger * log,
|
||||||
bool is_projection) const;
|
bool is_projection) const;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class DataPartStorageBuilderOnDisk final : public IDataPartStorageBuilder
|
class DataPartStorageBuilderOnDisk final : public IDataPartStorageBuilder
|
||||||
|
Loading…
Reference in New Issue
Block a user