[Bug](array-function) array set function not handle all null value (#14318)

This commit is contained in:
zhangstar333
2022-11-22 09:07:43 +08:00
committed by GitHub
parent 034aa20b0a
commit 16d8a1853a
6 changed files with 48 additions and 4 deletions

View File

@ -67,6 +67,8 @@ struct ExceptAction {
}
return false;
}
void reset() { null_flag = false; }
};
using FunctionArrayExcept =