dcapwell commented on code in PR #4078:
URL: https://github.com/apache/cassandra/pull/4078#discussion_r2040300306
##########
src/java/org/apache/cassandra/service/accord/txn/TxnReference.java:
##########
@@ -49,18 +52,20 @@ public class TxnReference
{
private final int tuple;
private final ColumnMetadata column;
+ private final TableMetadata table;
private final CellPath path;
- public TxnReference(int tuple, ColumnMetadata column, CellPath path)
+ public TxnReference(int tuple, ColumnMetadata column, TableMetadata table,
CellPath path)
Review Comment:
nit, feel that `TableMetadata` should come before `ColumnMetadata`
--
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]