dcapwell commented on code in PR #3689:
URL: https://github.com/apache/cassandra/pull/3689#discussion_r1852653547
##########
test/harry/main/org/apache/cassandra/harry/SchemaSpec.java:
##########
@@ -182,7 +182,7 @@ public String compile()
appendWith.run();
if (shouldAppendAnd)
sb.append(" AND");
- sb.append(" transactional_mode =
'").append(options.transactionalMode()).append('\'');
+ sb.append(" transactional_mode =
'").append(options.transactionalMode().toString()).append('\'');
Review Comment:
feel free not to use, but
`org.apache.cassandra.service.consensus.TransactionalMode#asCqlParam` exists
that does `transactional_mode = '<name>'`
--
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]