diff options
author | ilnaz <ilnaz@ydb.tech> | 2022-07-19 17:02:01 +0300 |
---|---|---|
committer | ilnaz <ilnaz@ydb.tech> | 2022-07-19 17:02:01 +0300 |
commit | abde364b0acbae7ee6d607413f567ee0a4876a34 (patch) | |
tree | dee450acc1b09694ac81e3d0625cf0a8fb6ec620 | |
parent | ccdd2f8ccee17e7aaa979a7cc65e04874f68f1dc (diff) | |
download | ydb-abde364b0acbae7ee6d607413f567ee0a4876a34.tar.gz |
Fix typo in MoveTable unit
-rw-r--r-- | ydb/core/tx/datashard/move_table_unit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/tx/datashard/move_table_unit.cpp b/ydb/core/tx/datashard/move_table_unit.cpp index ad4becbe1a5..aa8dcffbd89 100644 --- a/ydb/core/tx/datashard/move_table_unit.cpp +++ b/ydb/core/tx/datashard/move_table_unit.cpp @@ -8,7 +8,7 @@ namespace NDataShard { class TMoveTableUnit : public TExecutionUnit { public: TMoveTableUnit(TDataShard& dataShard, TPipeline& pipeline) - : TExecutionUnit(EExecutionUnitKind::DropIndexNotice, false, dataShard, pipeline) + : TExecutionUnit(EExecutionUnitKind::MoveTable, false, dataShard, pipeline) { } bool IsReadyToExecute(TOperation::TPtr) const override { |