kangpinghuang opened a new issue #294: Invalid note for TxnKey
URL: https://github.com/apache/incubator-doris/issues/294
 
 
   **Describe the bug**
   origin note for TxnKey  is as following:
   using TxnKey = std::pair<int64_t, int64_t>; //transaction_id, partition_id;
   
   it is wrong, corrent one is:
   using TxnKey = std::pair<int64_t, int64_t>; //partition_id, transaction_id;

----------------------------------------------------------------
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]

Reply via email to