HHoflittlefish777 commented on code in PR #21634:
URL: https://github.com/apache/doris/pull/21634#discussion_r1267620721


##########
be/src/olap/delta_writer.h:
##########
@@ -120,6 +120,8 @@ class DeltaWriter {
 
     int64_t tablet_id() { return _tablet->tablet_id(); }
 
+    int64_t txn_id() { return _req.txn_id; }

Review Comment:
   I think it is necessary, so do int64_t tablet_id() { return 
_tablet->tablet_id(); } above.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to