wangbo commented on a change in pull request #2075: Segment v2 stream load core dump(#2037) URL: https://github.com/apache/incubator-doris/pull/2075#discussion_r339387248
########## File path: be/src/olap/rowset/segment_v2/rle_page.h ########## @@ -129,7 +124,26 @@ class RlePageBuilder : public PageBuilder { (void)ret; } + Slice finish_and_release() override { + return _finish(RELEASE); + } + private: + + Slice _finish(BuilderReturnType builderReturnType) { Review comment: 👌 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org