[refactor](dynamic table) remove dynamic table (#23298)

This commit is contained in:
lihangyu
2023-08-23 14:15:14 +08:00
committed by GitHub
parent d8a31405c4
commit 527293aa41
76 changed files with 39 additions and 11045 deletions

View File

@ -107,7 +107,7 @@ public class AgentTaskTest {
createReplicaTask = new CreateReplicaTask(backendId1, dbId, tableId, partitionId,
indexId1, tabletId1, replicaId1, shortKeyNum, schemaHash1, version, KeysType.AGG_KEYS, storageType,
TStorageMedium.SSD, columns, null, 0, latch, null, false, TTabletType.TABLET_TYPE_DISK, null,
TCompressionType.LZ4F, false, "", false, false, false, "", 0, 0, 0, false, false, null);
TCompressionType.LZ4F, false, "", false, false, false, "", 0, 0, 0, false, null);
// drop
dropTask = new DropReplicaTask(backendId1, tabletId1, replicaId1, schemaHash1, false);