kangpinghuang commented on a change in pull request #564: Change CreateTablet
implemention
URL: https://github.com/apache/incubator-doris/pull/564#discussion_r249650705
##########
File path: be/src/olap/cumulative_compaction.h
##########
@@ -172,7 +172,7 @@ class CumulativeCompaction {
VersionHash _cumulative_version_hash;
// 新cumulative文件对应的olap index
RowsetSharedPtr _rowset;
- RowsetBuilder* _builder;
+ RowsetWriter* _builder;
Review comment:
use std::shared_ptr
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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]