[bug](function) fix regexp_extract_all can't handle empty str (#25717)
This commit is contained in:
@ -361,6 +361,7 @@ struct RegexpExtractAllImpl {
|
||||
}
|
||||
|
||||
if (res_matches.empty()) {
|
||||
StringOP::push_empty_string(index_now, result_data, result_offset);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user