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,
.processFuncByRow = diffFunctionByRow,
},
#if 0
{
.name = "forecast",
.type = FUNCTION_TYPE_FORECAST,
@ -3697,6 +3698,7 @@ const SBuiltinFuncDefinition funcMgtBuiltins[] = {
.sprocessFunc = NULL,
.finalizeFunc = NULL
},
#endif
{
.name = "_fhigh",
.type = FUNCTION_TYPE_FORECAST_HIGH,