fix comments

This commit is contained in:
Hongbin 2022-02-28 16:44:35 +08:00 committed by GitHub
parent d117ce4893
commit c9bc442114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@ private:
std::unique_ptr<ReadBuffer> read_buf;
std::unique_ptr<QueryPipeline> pipeline;
std::unique_ptr<PullingPipelineExecutor> reader;
/// OnCancel and generate can be called concurrently.
/// onCancel and generate can be called concurrently.
std::mutex reader_mutex;
String current_path;

View File

@ -13,7 +13,7 @@ namespace DB
class Context;
/**
* s3 cluster(cluster_name, source, [access_key_id, secret_access_key,] format, structure)
* s3cluster(cluster_name, source, [access_key_id, secret_access_key,] format, structure)
* A table function, which allows to process many files from S3 on a specific cluster
* On initiator it creates a connection to _all_ nodes in cluster, discloses asterics
* in S3 file path and dispatch each file dynamically.