mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Update ReadBufferFromS3.cpp
This commit is contained in:
parent
8316e4d420
commit
b49797ad51
@ -170,7 +170,7 @@ std::unique_ptr<ReadBuffer> ReadBufferFromS3::initialize()
|
||||
req.SetKey(key);
|
||||
|
||||
/**
|
||||
* If remote_filesustem_method = 'read_threadpool', then for MergeTree family tables
|
||||
* If remote_filesystem_read_method = 'read_threadpool', then for MergeTree family tables
|
||||
* exact byte ranges to read are always passed here.
|
||||
*/
|
||||
if (read_until_position)
|
||||
|
Loading…
Reference in New Issue
Block a user