From fbf99bf081fe93fbc51d7e780483a4d0b4356952 Mon Sep 17 00:00:00 2001 From: yibin Date: Thu, 2 Jan 2025 17:52:15 +0800 Subject: [PATCH] Address comments Signed-off-by: yibin --- dbms/src/Flash/Coprocessor/DAGStorageInterpreter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dbms/src/Flash/Coprocessor/DAGStorageInterpreter.cpp b/dbms/src/Flash/Coprocessor/DAGStorageInterpreter.cpp index cbd06804922..eb831ca2b2e 100644 --- a/dbms/src/Flash/Coprocessor/DAGStorageInterpreter.cpp +++ b/dbms/src/Flash/Coprocessor/DAGStorageInterpreter.cpp @@ -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; } } }