xtern commented on code in PR #2602:
URL: https://github.com/apache/ignite-3/pull/2602#discussion_r1333121509
##########
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogManager.java:
##########
@@ -44,7 +44,7 @@ public interface CatalogManager extends IgniteComponent,
CatalogService {
* @param commands Commands to execute.
* @return Future representing result of execution.
*/
- CompletableFuture<Void> execute(List<CatalogCommand> commands);
+ CompletableFuture<Void> execute(Collection<CatalogCommand> commands);
Review Comment:
Ok, fixed.
--
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]