Update SelectStreamFactory.cpp

Fix typo
This commit is contained in:
Nikolai Kochetov 2021-05-18 19:19:16 +03:00 committed by GitHub
parent 57f5e33464
commit 85c0844439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ namespace
{
/// Special support for the case when `_shard_num` column is used in GROUP BY key expression.
/// This column is constant is a constant for shard.
/// This column is a constant for shard.
/// Constant expression with this colum may be removed from intermediate header.
/// However, this column is not constant for initiator, and it expect intermediate header has it.
///