mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 03:12:43 +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();
|
||||
if (read_settings.remote_fs_prefetch)
|
||||
{
|
||||
std::cout << "start prefetch" << std::endl;
|
||||
raw_read_buf->prefetch();
|
||||
}
|
||||
}
|
||||
catch (Exception & e)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user