belliottsmith commented on code in PR #37:
URL: https://github.com/apache/cassandra-accord/pull/37#discussion_r1326533658
##########
accord-core/src/main/java/accord/api/Write.java:
##########
@@ -30,5 +31,5 @@
*/
public interface Write
{
- AsyncChain<Void> apply(Seekable key, SafeCommandStore safeStore, Timestamp
executeAt, DataStore store);
+ AsyncChain<Void> apply(Seekable key, SafeCommandStore safeStore, Timestamp
executeAt, DataStore store, Command.Executed command);
Review Comment:
Do we need to provide the whole command, or could we provide just the
`PartialTxn` or `Update`?
--
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]