users/saawasek/non_blocking_split_integrated
Sameer Awasekar 2022-07-24 17:19:45 +05:30
parent 0f72d7f706
commit 474fe7be1f
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ LookupSplitMode(Oid shardTransferModeOid)
shardSplitMode = BLOCKING_SPLIT; shardSplitMode = BLOCKING_SPLIT;
} }
/* Extend with other modes as we support them */ /* TODO(saawaek): Handle this appropriately based on replica identity */
else if (strncmp(enumLabel, "auto", NAMEDATALEN) == 0 || else if (strncmp(enumLabel, "auto", NAMEDATALEN) == 0 ||
strncmp(enumLabel, "force_logical", NAMEDATALEN) == 0) strncmp(enumLabel, "force_logical", NAMEDATALEN) == 0)
{ {