We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75769e commit 608ba11Copy full SHA for 608ba11
ydb/core/tx/columnshard/operations/slice_builder/builder.cpp
@@ -45,7 +45,7 @@ void TBuildSlicesTask::ReplyError(const TString& message, const NColumnShard::TE
45
}
46
47
class TPortionWriteController: public NColumnShard::IWriteController,
48
- public NColumnShard::TMonitoringObjectsCounter<TIndexedWriteController, true> {
+ public NColumnShard::TMonitoringObjectsCounter<TPortionWriteController, true> {
49
public:
50
class TInsertPortion {
51
private:
0 commit comments