benWize commented on a change in pull request #15742:
URL: https://github.com/apache/beam/pull/15742#discussion_r747007838
##########
File path:
runners/google-cloud-dataflow-java/worker/src/test/java/org/apache/beam/runners/dataflow/worker/WindmillStateCacheTest.java
##########
@@ -376,6 +376,7 @@ public void testMultipleFamilies() throws Exception {
cache.forComputation("comp1").forKey(computationKey("comp1", "key1",
SHARDING_KEY), 0L, 0L);
WindmillStateCache.ForKeyAndFamily family1 = keyCache.forFamily("family1");
WindmillStateCache.ForKeyAndFamily family2 = keyCache.forFamily("family2");
+ @SuppressWarnings("unused")
Review comment:
Yes, 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]