imay 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_r339344334
##########
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:
```suggestion
Slice _finish(BuilderReturnType type) {
```
In c++, we use lowercase and underline for variable names
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]