mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Merge pull request #36150 from kssenii/fix-cache-test
Fix test 02241_remote_filesystem_cache_on_insert for database Ordinary
This commit is contained in:
commit
b29202ac88
@ -53,6 +53,7 @@ Pipe StorageSystemRemoteDataPaths::read(
|
||||
{
|
||||
std::vector<IDisk::LocalPathWithRemotePaths> remote_paths_by_local_path;
|
||||
disk->getRemotePathsRecursive("store", remote_paths_by_local_path);
|
||||
disk->getRemotePathsRecursive("data", remote_paths_by_local_path);
|
||||
|
||||
FileCachePtr cache;
|
||||
auto cache_base_path = disk->getCacheBasePath();
|
||||
|
Loading…
Reference in New Issue
Block a user