maedhroz commented on code in PR #2049:
URL: https://github.com/apache/cassandra/pull/2049#discussion_r1061895793


##########
src/java/org/apache/cassandra/service/accord/txn/TxnRead.java:
##########
@@ -67,6 +73,12 @@ public TxnRead(List<TxnNamedRead> items, Keys txnKeys)
         this.txnKeys = txnKeys;
     }
 
+    public static TxnRead createRead(SinglePartitionReadCommand readCommand)

Review Comment:
   nit/naming/non-binding: I'd be fine w/ `create()` too, given it's a static 
factory



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