Skip to content

Commit

Permalink
YQL-18137: Fix yt stats (ydb-platform#3269)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxkovalev authored Mar 28, 2024
1 parent 24872b3 commit 7fd2861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/library/yql/providers/yt/provider/yql_yt_datasink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class TYtDataSink : public TDataProviderBase {
}

writer.OnBeginMap();
NCommon::WriteStatistics(writer, totalOnly, State_->Statistics, false, false);
NCommon::WriteStatistics(writer, totalOnly, State_->Statistics, true, false);
writer.OnKeyedItem("HybridTotal");
writer.OnBeginMap();
for (const auto& [subFolder, stats] : State_->HybridStatistics) {
Expand Down

0 comments on commit 7fd2861

Please sign in to comment.