We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82098e9 commit 96dd6c0Copy full SHA for 96dd6c0
src/Storages/MergeTree/DataPartStorageOnDiskFull.h
@@ -23,7 +23,7 @@ class DataPartStorageOnDiskFull final : public DataPartStorageOnDiskBase
23
Poco::Timestamp getFileLastModified(const String & file_name) const override;
24
size_t getFileSize(const std::string & file_name) const override;
25
UInt32 getRefCount(const std::string & file_name) const override;
26
- std::string getRemotePath(const std::string & file_name, bool is_exists) const override;
+ std::string getRemotePath(const std::string & file_name, bool if_exists) const override;
27
String getUniqueId() const override;
28
29
std::unique_ptr<ReadBufferFromFileBase> readFile(
0 commit comments