eldenmoon commented on code in PR #50014:
URL: https://github.com/apache/doris/pull/50014#discussion_r2048134560


##########
be/src/vec/data_types/serde/data_type_serde.h:
##########
@@ -84,6 +84,7 @@ struct ColumnVectorBatch;
     bufferRef.data = ptr;                                                      
      \
     bufferRef.size = BUFFER_UNIT_SIZE;                                         
      \
     size_t offset = 0;                                                         
      \
+    buffer_list.clear();                                                       
      \

Review Comment:
   如果是bugfix,需要提交到社区



-- 
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]

Reply via email to