fix comments

This commit is contained in:
Hongbin 2022-02-28 16:31:58 +08:00 committed by GitHub
parent 99bd56e2de
commit d117ce4893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ namespace DB
class Context;
/**
* S3 cluster(cluster_name, source, [access_key_id, secret_access_key,] format, structure)
* s3 cluster(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.