mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 11:22:12 +00:00
fix bug
This commit is contained in:
parent
87e76a1757
commit
9a251a820b
@ -186,7 +186,10 @@ public:
|
|||||||
};
|
};
|
||||||
raw_read_buf = get_raw_read_buf();
|
raw_read_buf = get_raw_read_buf();
|
||||||
if (read_settings.remote_fs_prefetch)
|
if (read_settings.remote_fs_prefetch)
|
||||||
|
{
|
||||||
|
std::cout << "start prefetch" << std::endl;
|
||||||
raw_read_buf->prefetch();
|
raw_read_buf->prefetch();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
catch (Exception & e)
|
catch (Exception & e)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user