mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 10:52:30 +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;
|
||||
|
||||
DataPartStorageBuilderPtr getBuilder() const override;
|
||||
|
||||
private:
|
||||
VolumePtr volume;
|
||||
std::string root_path;
|
||||
@ -128,7 +127,6 @@ private:
|
||||
MergeTreeDataPartState state,
|
||||
Poco::Logger * log,
|
||||
bool is_projection) const;
|
||||
|
||||
};
|
||||
|
||||
class DataPartStorageBuilderOnDisk final : public IDataPartStorageBuilder
|
||||
|
Loading…
Reference in New Issue
Block a user