gianm commented on code in PR #19006:
URL: https://github.com/apache/druid/pull/19006#discussion_r3143096118


##########
processing/src/main/java/org/apache/druid/frame/processor/ReturnOrAwait.java:
##########
@@ -106,7 +106,7 @@ public static <T> ReturnOrAwait<T> awaitAll(final int count)
   /**
    * Wait for all of the provided futures.
    */
-  public static <T> ReturnOrAwait<T> awaitAllFutures(final 
Collection<ListenableFuture<?>> futures)
+  public static <T> ReturnOrAwait<T> awaitAllFutures(final 
List<ListenableFuture<?>> futures)

Review Comment:
   This isn't meant to be a super-stable API, so it's OK.



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