dcapwell commented on code in PR #3694:
URL: https://github.com/apache/cassandra/pull/3694#discussion_r1852704498
##########
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:
really? I added this method because the accord harry sai test required
timestamps and removing them broke things...
--
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]