[refactor](dynamic table) remove dynamic table (#23298)
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user