Skip to content

Commit

Permalink
24-3 [CBO] Warning FIX (#6420) (#7241)
Browse files Browse the repository at this point in the history
Co-authored-by: pilik <pudge1000-7@ydb.tech>
  • Loading branch information
maximyurchuk and pashandor789 authored Jul 30, 2024
1 parent 63e04e6 commit 725b0df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ydb/core/kqp/opt/kqp_opt.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ struct TKqpOptimizeContext : public TSimpleRefCount<TKqpOptimizeContext> {
const NYql::TKikimrConfiguration::TPtr Config;
const TIntrusivePtr<NYql::TKikimrQueryContext> QueryCtx;
const TIntrusivePtr<NYql::TKikimrTablesData> Tables;
int JoinsCount;
int EquiJoinsCount;
int JoinsCount{};
int EquiJoinsCount{};

bool IsDataQuery() const {
return QueryCtx->Type == NYql::EKikimrQueryType::Dml;
Expand Down

0 comments on commit 725b0df

Please sign in to comment.