fix: unitest error

This commit is contained in:
Shengliang Guan 2024-10-10 14:05:45 +08:00
parent 1ad7745fe8
commit 16ed3be979
1 changed files with 2 additions and 0 deletions

View File

@ -3665,6 +3665,7 @@ const SBuiltinFuncDefinition funcMgtBuiltins[] = {
.estimateReturnRowsFunc = diffEstReturnRows, .estimateReturnRowsFunc = diffEstReturnRows,
.processFuncByRow = diffFunctionByRow, .processFuncByRow = diffFunctionByRow,
}, },
#if 0
{ {
.name = "forecast", .name = "forecast",
.type = FUNCTION_TYPE_FORECAST, .type = FUNCTION_TYPE_FORECAST,
@ -3697,6 +3698,7 @@ const SBuiltinFuncDefinition funcMgtBuiltins[] = {
.sprocessFunc = NULL, .sprocessFunc = NULL,
.finalizeFunc = NULL .finalizeFunc = NULL
}, },
#endif
{ {
.name = "_fhigh", .name = "_fhigh",
.type = FUNCTION_TYPE_FORECAST_HIGH, .type = FUNCTION_TYPE_FORECAST_HIGH,