Skip to content

Commit

Permalink
[Enhance](multi-catalog) Use MetaIdMappingsLog
Browse files Browse the repository at this point in the history
  to replace InitCatalogLog/InitDatabaseLog.
  • Loading branch information
wangxiangyu committed Feb 21, 2024
1 parent c537d0e commit 4a99382
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ public void replayMetaIdMappingsLog(@NotNull MetaIdMappingsLog log) {
break;

case MetaIdMappingsLog.TYPE_FROM_HMS_EVENT:
// handle these logs serialized
for (MetaIdMappingsLog.MetaIdMapping mapping : log.getMetaIdMappings()) {
handleMetaIdMapping(mapping, ctlMetaIdMgr);
}
Expand Down

0 comments on commit 4a99382

Please sign in to comment.