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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]