[Bug](array-function) array set function not handle all null value (#14318)
This commit is contained in:
@ -67,6 +67,8 @@ struct ExceptAction {
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
void reset() { null_flag = false; }
|
||||
};
|
||||
|
||||
using FunctionArrayExcept =
|
||||
|
||||
Reference in New Issue
Block a user