Skip to content

Commit 608ba11

Browse files
authored
portion write controller fix (#22545)
1 parent d75769e commit 608ba11

File tree

1 file changed

+1
-1
lines changed
  • ydb/core/tx/columnshard/operations/slice_builder

1 file changed

+1
-1
lines changed

ydb/core/tx/columnshard/operations/slice_builder/builder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ void TBuildSlicesTask::ReplyError(const TString& message, const NColumnShard::TE
4545
}
4646

4747
class TPortionWriteController: public NColumnShard::IWriteController,
48-
public NColumnShard::TMonitoringObjectsCounter<TIndexedWriteController, true> {
48+
public NColumnShard::TMonitoringObjectsCounter<TPortionWriteController, true> {
4949
public:
5050
class TInsertPortion {
5151
private:

0 commit comments

Comments
 (0)