aweisberg commented on code in PR #3694:
URL: https://github.com/apache/cassandra/pull/3694#discussion_r1848880161
##########
test/harry/main/org/apache/cassandra/harry/ddl/SchemaSpec.java:
##########
@@ -337,7 +337,7 @@ public long[] deflateRegularColumns(Object[] regulars)
public boolean isWriteTimeFromAccord()
{
- return transactionalMode.isPresent() &&
transactionalMode.get().nonSerialWritesThroughAccord;
+ return writeTimeFromAccord;
Review Comment:
I 100% did run CI with exactly what I pushed to `cep-15-accord`. Someone
else changed the history and force pushed an earlier commit.
https://github.com/aweisberg/cassandra/commit/9ba3e017629d520be625b75d88acda4eb8835224
--
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]