adelapena commented on code in PR #2506:
URL: https://github.com/apache/cassandra/pull/2506#discussion_r1272492245
##########
test/unit/org/apache/cassandra/db/filter/ColumnFilterTest.java:
##########
@@ -518,8 +518,6 @@ else if ("3.11".equals(clusterMinVersion) ||
(returnStaticContentOnPartitionWith
private void testRoundTrips(ColumnFilter cf)
{
- testRoundTrip(cf, MessagingService.VERSION_30);
- testRoundTrip(cf, MessagingService.VERSION_3014);
Review Comment:
The two signatures of `testRoundTrips` can be merged since we are always
using the same MS versions.
--
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]