yiguolei commented on code in PR #52553:
URL: https://github.com/apache/doris/pull/52553#discussion_r2215086929
##########
be/src/vec/common/pod_array.h:
##########
@@ -441,10 +480,7 @@ class PODArray : public PODArrayBase<sizeof(T),
initial_bytes, TAllocator, pad_r
const_iterator cend() const { return t_end(); }
void* get_end_ptr() const { return this->c_end; }
- void set_end_ptr(void* ptr) {
- this->c_end = (char*)ptr;
- this->reset_resident_memory();
Review Comment:
这里为什么不改res memory了?
--
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]