dcapwell commented on code in PR #4509:
URL: https://github.com/apache/cassandra/pull/4509#discussion_r2590126786
##########
test/distributed/org/apache/cassandra/distributed/test/cql3/AccordInteropMultiNodeTableWalkBase.java:
##########
@@ -117,6 +117,13 @@ protected void createTable(TableMetadata metadata)
return super.command(rs, mutation, annotate);
}
+ @Override
+ protected boolean allowListElementAccess()
+ {
+ // See CASSANDRA-20828
+ return false;
Review Comment:
policy no. I also don't 100% see this as a TODO and more just defining why
its done this way; the JIRA is kinda the todo =D
--
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]