mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
fix typo
Co-authored-by: Nikita Taranov <nikita.taranov@clickhouse.com>
This commit is contained in:
parent
3ff0c7edcc
commit
8b528739c1
@ -15,7 +15,7 @@ namespace ErrorCodes
|
||||
namespace
|
||||
{
|
||||
|
||||
/// Stores the ist of columns required to compute a node in the DAG.
|
||||
/// Stores the list of columns required to compute a node in the DAG.
|
||||
struct NodeInfo
|
||||
{
|
||||
NameSet required_columns;
|
||||
|
Loading…
Reference in New Issue
Block a user