Update src/Interpreters/ClusterProxy/SelectStreamFactory.cpp

Co-authored-by: Azat Khuzhin <a3at.mail@gmail.com>
This commit is contained in:
Nikolai Kochetov 2021-05-19 13:40:46 +03:00 committed by GitHub
parent 85c0844439
commit 9d152a3c4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ namespace
///
/// To fix it, the follwing trick is applied.
/// We check all GROUP BY keys which depend only on `_shard_num`.
/// Calculate such expression for curren shard if it is used in header.
/// Calculate such expression for current shard if it is used in header.
/// Those columns will be added to modified header as already known constants.
///
/// For local shard, missed constants will be added by converting actions.