smiklosovic commented on code in PR #4876:
URL: https://github.com/apache/cassandra/pull/4876#discussion_r3388682012


##########
src/java/org/apache/cassandra/dht/RangeStreamer.java:
##########
@@ -304,10 +306,11 @@ public RangeStreamer(ClusterMetadata metadata,
                          int connectionsPerHost,
                          MovementMap movements,
                          MovementMap strictMovements,
-                         boolean excludeAccordTables)
+                         boolean excludeAccordTables,
+                         Set<String> tables)

Review Comment:
   maybe annotated this with `@Nullable` or make it so that it works with empty 
set or similar



-- 
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]

Reply via email to