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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to