Co-authored-by: Nikita Taranov <nikita.taranov@clickhouse.com>
This commit is contained in:
Alexander Gololobov 2023-02-15 22:37:18 +01:00 committed by GitHub
parent 3ff0c7edcc
commit 8b528739c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;