Skip to content

Commit

Permalink
Make enum values up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
Darych committed Aug 2, 2024
1 parent 028e229 commit 3517885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ydb/library/yql/dq/common/dq_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ enum class EHashJoinMode {
};

enum class EEnabledSpillingNodes : ui64 {
None = 0ULL /* None */,
GraceJoin = 1ULL /* "GraceJoin" */,
Aggregation = 2ULL /* "Aggregation" */,
All = ~0ULL /* "All" */,
Expand Down

0 comments on commit 3517885

Please sign in to comment.