From 89ba94398165a34fa5c513fd7308b40ebbdfd35d Mon Sep 17 00:00:00 2001 From: slzhou Date: Sun, 15 May 2022 14:15:46 +0800 Subject: [PATCH] fix: change udf comment --- source/libs/function/src/tudf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libs/function/src/tudf.c b/source/libs/function/src/tudf.c index 3b83531e9f..35702eb71f 100644 --- a/source/libs/function/src/tudf.c +++ b/source/libs/function/src/tudf.c @@ -826,7 +826,7 @@ void onUdfcPipeClose(uv_handle_t *handle) { taosMemoryFree(conn); taosMemoryFree((uv_pipe_t *) handle); - //clear the udf handles cache + //clear the udf handles cache TODO move to other thread uv_mutex_lock(&gUdfdProxy.udfStubsMutex); taosArrayClear(gUdfdProxy.udfStubs); uv_mutex_unlock(&gUdfdProxy.udfStubsMutex);