We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0a873 commit 71dea30Copy full SHA for 71dea30
ydb/library/yql/core/yql_execution.h
@@ -49,7 +49,7 @@ namespace NYql {
49
ui64 Failed = 0ULL;
50
ui64 Lost = 0ULL;
51
ui64 Pending = 0ULL;
52
- THashMap<TString, i64> Custom;
+ THashMap<TString, i64> Custom = {};
53
bool operator==(const TCounters& rhs) const noexcept {
54
return Completed == rhs.Completed &&
55
Running == rhs.Running &&
0 commit comments