Merge pull request #49027 from ClickHouse/kssenii-patch-7

Fix typo
This commit is contained in:
robot-ch-test-poll4 2023-04-22 06:05:44 +02:00 committed by GitHub
commit d4394ac949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -771,7 +771,7 @@ public:
configuration_.request_settings,
std::nullopt,
DBMS_DEFAULT_BUFFER_SIZE,
threadPoolCallbackRunner<void>(IOThreadPool::get(), "S3ParallelRead"),
threadPoolCallbackRunner<void>(IOThreadPool::get(), "S3ParallelWrite"),
context->getWriteSettings()),
compression_method,
3);