maedhroz commented on code in PR #4518:
URL: https://github.com/apache/cassandra/pull/4518#discussion_r2612144458
##########
src/java/org/apache/cassandra/service/accord/txn/TxnUpdate.java:
##########
@@ -584,6 +588,25 @@ public static TxnUpdate empty()
return new TxnUpdate(TableMetadatas.none(), Keys.EMPTY,
Collections.emptyList(), null, PreserveTimestamp.no);
}
+ public static TxnValidationRejection validationException(@Nullable Update
update)
Review Comment:
```suggestion
@Nullable
public static TxnValidationRejection validationRejection(@Nullable
Update 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]