fix: pass CI test

This commit is contained in:
slzhou 2023-03-09 21:20:01 +08:00
parent df9be12af0
commit 9076b86400
1 changed files with 2 additions and 1 deletions

View File

@ -35,5 +35,6 @@ DLL_EXPORT int32_t udf1(SUdfDataBlock *block, SUdfColumn *resultCol) {
#ifdef WINDOWS
Sleep(1);
#endif
resultData->numOfRows = block->numOfRows;
return 0;
}
}