From 4ef6dd9e7415879365443888d78d3e0e4eb52fd6 Mon Sep 17 00:00:00 2001 From: slzhou Date: Thu, 23 Feb 2023 21:10:52 +0800 Subject: [PATCH] fix:will deprecated SUdfInterBuf.numOfResult --- include/libs/function/taosudf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libs/function/taosudf.h b/include/libs/function/taosudf.h index 1ef4f59b2c..5be9c15900 100644 --- a/include/libs/function/taosudf.h +++ b/include/libs/function/taosudf.h @@ -73,7 +73,7 @@ typedef struct SUdfDataBlock { SUdfColumn **udfCols; } SUdfDataBlock; -// TODO: deprecate SUdfInterBuf.numOfResult or add isInitial to SUdfInterBuf +// TODO: deprecate SUdfInterBuf.numOfResult typedef struct SUdfInterBuf { int32_t bufLen; char *buf; -- GitLab