[Bug](status) process error status on es_scroll_parser and compaction_action (#25745)

process error status on es_scroll_parser and compaction_action
This commit is contained in:
Pxl
2023-10-24 15:51:01 +08:00
committed by GitHub
parent 9160834606
commit 2972daaed9
18 changed files with 94 additions and 126 deletions

View File

@ -128,7 +128,7 @@ public:
(array_offsets.size() > 0 &&
memcmp(array_offsets.data(), col_array.get_offsets().data(),
sizeof(array_offsets[0]) * array_offsets.size()) != 0)) {
return Status::InternalError(
return Status::InvalidArgument(
"in array map function, the input column size "
"are "
"not equal completely, nested column data rows 1st size is {}, {}th "