aweisberg commented on code in PR #3694:
URL: https://github.com/apache/cassandra/pull/3694#discussion_r1853071612
##########
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:
Ah you are correct. I just checked and it does cause it to fail. That might
even be the root failure I encountered initially, I really can't remember. I
found a few things not working while I was investigating and I think I still
had failures even after fixing this, but it could also be because I added tests.
--
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]