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 b4a9af0 commit ffbfb2bCopy full SHA for ffbfb2b
src/Interpreters/Cache/FileCacheSettings.cpp
@@ -204,7 +204,7 @@ void FileCacheSettings::loadFromCollection(const NamedCollection & collection)
204
205
void FileCacheSettings::validate()
206
{
207
- auto settings = *this;
+ auto & settings = *this;
208
209
if (!settings[FileCacheSetting::path].changed)
210
throw Exception(ErrorCodes::BAD_ARGUMENTS, "`path` is required parameter of cache configuration");
0 commit comments