Skip to content

Commit 14813c0

Browse files
committed
fix build
1 parent e12f3a8 commit 14813c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/schemeshard/schemeshard__table_stats.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ bool TTxStoreTableStats::PersistSingleStats(const TPathId& pathId,
473473
// Request histograms from the datashard
474474
LOG_DEBUG(ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
475475
"Requesting full stats from datashard %" PRIu64, rec.GetDatashardId());
476-
TAutoPtr<TEvDataShard::TEvGetTableStats> request = new TEvDataShard::TEvGetTableStats(pathId.LocalPathId);
476+
auto request = new TEvDataShard::TEvGetTableStats(pathId.LocalPathId);
477477
request->Record.SetCollectKeySample(collectKeySample);
478478
PendingMessages.emplace_back(item.Ev->Sender, request);
479479

0 commit comments

Comments
 (0)