mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Fix exception message to be in sync with code
This commit is contained in:
parent
79231412c9
commit
fbfa2a9885
@ -66,7 +66,7 @@ FileSegment::FileSegment(
|
||||
{
|
||||
throw Exception(
|
||||
ErrorCodes::REMOTE_FS_OBJECT_CACHE_ERROR,
|
||||
"Can create cell with either EMPTY, DOWNLOADED, DOWNLOADING state");
|
||||
"Can only create cell with either EMPTY, DOWNLOADED or SKIP_CACHE state");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user