fix ci issue

This commit is contained in:
54liuyao 2024-10-09 17:49:24 +08:00
parent 8709a12ce2
commit 69b8505a8d
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ extern "C" {
typedef struct SSliceRowData {
TSKEY key;
struct SResultCellData pRowVal[0];
struct SResultCellData pRowVal[1];
} SSliceRowData;
typedef struct SSlicePoint {