From 8709a12ce251fe32a5979fb6325999db459eb9ec Mon Sep 17 00:00:00 2001 From: 54liuyao <54liuyao@163.com> Date: Wed, 9 Oct 2024 17:00:09 +0800 Subject: [PATCH] fix ci issue --- source/libs/executor/inc/streamexecutorInt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libs/executor/inc/streamexecutorInt.h b/source/libs/executor/inc/streamexecutorInt.h index ac0645e8e8..fb83e8f5f7 100644 --- a/source/libs/executor/inc/streamexecutorInt.h +++ b/source/libs/executor/inc/streamexecutorInt.h @@ -32,7 +32,7 @@ extern "C" { typedef struct SSliceRowData { TSKEY key; - struct SResultCellData pRowVal[]; + struct SResultCellData pRowVal[0]; } SSliceRowData; typedef struct SSlicePoint {