diff --git a/ydb/library/yql/dq/common/dq_common.h b/ydb/library/yql/dq/common/dq_common.h index cf0f48c56dcb..fadaca37d9d4 100644 --- a/ydb/library/yql/dq/common/dq_common.h +++ b/ydb/library/yql/dq/common/dq_common.h @@ -90,6 +90,7 @@ enum class EHashJoinMode { }; enum class EEnabledSpillingNodes : ui64 { + None = 0ULL /* None */, GraceJoin = 1ULL /* "GraceJoin" */, Aggregation = 2ULL /* "Aggregation" */, All = ~0ULL /* "All" */,