amorynan commented on code in PR #29297: URL: https://github.com/apache/doris/pull/29297#discussion_r1441452759
########## be/src/vec/columns/column_map.cpp: ########## @@ -217,7 +217,7 @@ StringRef ColumnMap::serialize_value_into_arena(size_t n, Arena& arena, char con const char* ColumnMap::deserialize_and_insert_from_arena(const char* pos) { size_t array_size = unaligned_load<size_t>(pos); - pos += 2 * sizeof(array_size); + pos += sizeof(array_size); Review Comment: not rebase master. this is last pr fixed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org