Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
Signed-off-by: yibin <[email protected]>
  • Loading branch information
yibin87 committed Jan 2, 2025
1 parent e26fd33 commit fbf99bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbms/src/Flash/Coprocessor/DAGStorageInterpreter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,7 @@ CoprocessorReaderPtr DAGStorageInterpreter::buildCoprocessorReader(const std::ve
if (kv_store->getStoreMeta().labels().at(i).key() == "zone")
{
store_zone_label = kv_store->getStoreMeta().labels().at(i).value();
break;
}
}
}
Expand Down

0 comments on commit fbf99bf

Please sign in to comment.