yiguolei commented on code in PR #48554:
URL: https://github.com/apache/doris/pull/48554#discussion_r1978689247
##########
be/src/vec/columns/column_string.h:
##########
@@ -229,6 +229,7 @@ class ColumnStr final : public COWHelper<IColumn,
ColumnStr<T>> {
void insert_many_strings_without_reserve(const StringRef* strings, size_t
num) {
Char* data = chars.data();
size_t offset = chars.size();
+ data += offset;
Review Comment:
如果这里不对的话,那么下面的offset 计算是不是也有问题??
--
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]