Skip to content

Commit

Permalink
build has been fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dorooleg committed Jun 17, 2024
1 parent 9a04bce commit a2946f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/kqp/opt/kqp_query_plan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ class TxPlanSerializer {
if (auto stats = SerializerCtx.TypeCtx.GetStats(dataSource.Raw())) {
op.Properties["E-Rows"] = TStringBuilder() << stats->Nrows;
op.Properties["E-Cost"] = TStringBuilder() << stats->Cost;
op.Properties["E-Size"] = TStringBuilder() << stats->ByteSize;
// op.Properties["E-Size"] = TStringBuilder() << stats->ByteSize;
}

if (dqIntegration) {
Expand Down

0 comments on commit a2946f5

Please sign in to comment.