mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
Update SelectStreamFactory.cpp
Fix typo
This commit is contained in:
parent
57f5e33464
commit
85c0844439
@ -76,7 +76,7 @@ namespace
|
|||||||
{
|
{
|
||||||
|
|
||||||
/// Special support for the case when `_shard_num` column is used in GROUP BY key expression.
|
/// 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.
|
/// 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.
|
/// However, this column is not constant for initiator, and it expect intermediate header has it.
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user