mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +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
|
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
|
struct NodeInfo
|
||||||
{
|
{
|
||||||
NameSet required_columns;
|
NameSet required_columns;
|
||||||
|
Loading…
Reference in New Issue
Block a user