Skip to content

Commit 96dd6c0

Browse files
Update src/Storages/MergeTree/DataPartStorageOnDiskFull.h
Co-authored-by: SmitaRKulkarni <[email protected]>
1 parent 82098e9 commit 96dd6c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storages/MergeTree/DataPartStorageOnDiskFull.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class DataPartStorageOnDiskFull final : public DataPartStorageOnDiskBase
2323
Poco::Timestamp getFileLastModified(const String & file_name) const override;
2424
size_t getFileSize(const std::string & file_name) const override;
2525
UInt32 getRefCount(const std::string & file_name) const override;
26-
std::string getRemotePath(const std::string & file_name, bool is_exists) const override;
26+
std::string getRemotePath(const std::string & file_name, bool if_exists) const override;
2727
String getUniqueId() const override;
2828

2929
std::unique_ptr<ReadBufferFromFileBase> readFile(

0 commit comments

Comments
 (0)