You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2020/05/18 16:57:09 UTC

[GitHub] [cassandra-diff] yifan-c commented on a change in pull request #8: CASSANDRA-15807 Support running diff on multiple keyspaces

yifan-c commented on a change in pull request #8:
URL: https://github.com/apache/cassandra-diff/pull/8#discussion_r426767838



##########
File path: spark-job/src/test/java/org/apache/cassandra/diff/DifferTest.java
##########
@@ -74,9 +75,10 @@ public void filterTaskStatusForTables() {
         // * t2 is started and has reported some progress, but has not completed
         // * t3 has not reported any progress
         DiffJob.Split split = new DiffJob.Split(1, 1, BigInteger.ONE, BigInteger.TEN);
-        Iterable<String> tables = Lists.newArrayList("t1", "t2", "t3");
-        Function<String, DiffJob.TaskStatus> journal = (table) -> {
-            switch (table) {
+        //todo

Review comment:
       Forgot to remove it. The `todo` was meant to remind me to update the `tables` construction, which was done.  




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org