fix: pass CI test
This commit is contained in:
parent
df9be12af0
commit
9076b86400
|
@ -35,5 +35,6 @@ DLL_EXPORT int32_t udf1(SUdfDataBlock *block, SUdfColumn *resultCol) {
|
||||||
#ifdef WINDOWS
|
#ifdef WINDOWS
|
||||||
Sleep(1);
|
Sleep(1);
|
||||||
#endif
|
#endif
|
||||||
|
resultData->numOfRows = block->numOfRows;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
Loading…
Reference in New Issue