kangpinghuang commented on a change in pull request #567: Add publish version task URL: https://github.com/apache/incubator-doris/pull/567#discussion_r249663506
########## File path: be/src/olap/txn_manager.cpp ########## @@ -172,9 +172,8 @@ void TxnManager::get_tablet_related_txns(TabletSharedPtr tablet, int64_t* partit } void TxnManager::get_txn_related_tablets(const TTransactionId transaction_id, - TPartitionId partition_id, - std::vector<TabletInfo>* tablet_infos, - std::vector<RowsetSharedPtr>* rowset_infos) { + TPartitionId partition_id, + std::map<TabletInfo, RowsetSharedPtr>* tablet_infos) { Review comment: invalid indentity ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org