belliottsmith commented on code in PR #222:
URL: https://github.com/apache/cassandra-accord/pull/222#discussion_r2211537975
##########
accord-core/src/main/java/accord/impl/AbstractSafeCommandStore.java:
##########
@@ -81,8 +81,18 @@ public PreLoadContext canExecute(PreLoadContext with)
if (with.keys().domain() == Routable.Domain.Range)
return with.isSubsetOf(this.context) ? with : null;
- if (!context().keyHistory().satisfiesIfPresent(with.keyHistory()))
- return null;
+ {
Review Comment:
it was intentional, but I think it dates from a time when it had more
variables perhaps, or some reason to want to isolate its scope more clearly.
removing
--
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]