From 7a040b3c897a95ba7df14591c3162c3a1be155cd Mon Sep 17 00:00:00 2001 From: 54liuyao <54liuyao> Date: Mon, 19 Feb 2024 11:35:08 +0800 Subject: [PATCH] ci --- source/libs/command/inc/commandInt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libs/command/inc/commandInt.h b/source/libs/command/inc/commandInt.h index 64febedbef..a0b714b423 100644 --- a/source/libs/command/inc/commandInt.h +++ b/source/libs/command/inc/commandInt.h @@ -71,7 +71,7 @@ extern "C" { #define EXPLAIN_DYN_QRY_CTRL_FORMAT "Dynamic Query Control for %s" #define EXPLAIN_COUNT_FORMAT "Count" #define EXPLAIN_COUNT_INFO_FORMAT "Window Count Info" -#define EXPLAIN_COUNT_NUM_FORMAT "Window Count=%d" +#define EXPLAIN_COUNT_NUM_FORMAT "Window Count=%ld" #define EXPLAIN_COUNT_SLIDING_FORMAT "Window Sliding=%ld" #define EXPLAIN_PLANNING_TIME_FORMAT "Planning Time: %.3f ms"