Update ReadBufferFromS3.cpp

This commit is contained in:
Kseniia Sumarokova 2021-10-29 15:54:40 +03:00 committed by GitHub
parent 8316e4d420
commit b49797ad51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)