Skip to content

Commit 71dea30

Browse files
authored
Fix build (#5607)
1 parent 0a0a873 commit 71dea30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/yql/core/yql_execution.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ namespace NYql {
4949
ui64 Failed = 0ULL;
5050
ui64 Lost = 0ULL;
5151
ui64 Pending = 0ULL;
52-
THashMap<TString, i64> Custom;
52+
THashMap<TString, i64> Custom = {};
5353
bool operator==(const TCounters& rhs) const noexcept {
5454
return Completed == rhs.Completed &&
5555
Running == rhs.Running &&

0 commit comments

Comments
 (0)