提交 c93cbc96 编写于 作者: S slzhou

fix: change script env item key and value to const char*

上级 1eea4c74
......@@ -261,8 +261,8 @@ typedef int32_t (*TUdfAggFinishFunc)(SUdfInterBuf *buf, SUdfInterBuf *resultData
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
typedef struct SScriptUdfEnvItem{
char *name;
char *value;
const char *name;
const char *value;
} SScriptUdfEnvItem;
typedef enum EUdfFuncType {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册