bdeggleston commented on code in PR #33:
URL: https://github.com/apache/cassandra-accord/pull/33#discussion_r1123744060
##########
accord-core/src/main/java/accord/messages/PreAccept.java:
##########
@@ -100,12 +100,12 @@ public PreAcceptReply apply(SafeCommandStore safeStore)
calculatePartialDeps(safeStore, txnId, partialTxn.keys(),
txnId, safeStore.ranges().between(minUnsyncedEpoch, txnId.epoch())));
}
- Command command = safeStore.command(txnId);
- switch (command.preaccept(safeStore, partialTxn, route != null ? route
: scope, progressKey))
Review Comment:
Aesthetically, I think it _looks_ nicer this way. No real preference
otherwise
--
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]