From 131ab5c696b08f42a50cc3362e898312774f36c0 Mon Sep 17 00:00:00 2001 From: xufei Date: Tue, 9 Jul 2024 09:15:08 +0800 Subject: [PATCH] fix fmt error Signed-off-by: xufei --- dbms/src/Flash/Coprocessor/DAGStorageInterpreter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbms/src/Flash/Coprocessor/DAGStorageInterpreter.cpp b/dbms/src/Flash/Coprocessor/DAGStorageInterpreter.cpp index 139295c04e7..1df0e984968 100644 --- a/dbms/src/Flash/Coprocessor/DAGStorageInterpreter.cpp +++ b/dbms/src/Flash/Coprocessor/DAGStorageInterpreter.cpp @@ -167,7 +167,7 @@ std::tuple, RegionException::RegionReadStatus> Ma throw TiFlashException( Errors::Coprocessor::BadRequest, "Income key ranges is illegal, region_id={} version={} conf_version={} request_range=[{}, " - "{}) region_range=[{}, {}}", + "{}) region_range=[{}, {}]", r.region_id, r.region_version, r.region_conf_version,