belliottsmith commented on code in PR #3481:
URL: https://github.com/apache/cassandra/pull/3481#discussion_r1721584575
##########
src/java/org/apache/cassandra/db/virtual/AccordVirtualTables.java:
##########
@@ -246,6 +257,96 @@ public DataSet data()
}
}
+ public static class TxnStateTable extends AbstractVirtualTable
+ {
+ private final UserType partitionKeyType;
+ private final UserType cfkType;
+
+ protected TxnStateTable(String keyspace)
+ {
+ super(TableMetadata.builder(keyspace, "txn_state")
Review Comment:
Perhaps `txn_blocked_by`?
--
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]