JAkutenshi opened a new pull request, #6468:
URL: https://github.com/apache/ignite-3/pull/6468

   JIRA Ticket: 
[IGNITE-26273](https://issues.apache.org/jira/browse/IGNITE-26273)
   
   ## The goal
   
   The main goal is to modify `DdlSqlToCommandConverter#convert` to return 
`CompletableFuture<CatalogCommand>` instead of just `CatalogCommand`.
   
   ## The reason
   
   Some validations may require distributed and thus asynchronous interactions.
   
   ## The solution
   
   The solution is straightforward: to replace return statements with 
`completeFuture(...)` wrapping.


-- 
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: notifications-unsubscr...@ignite.apache.org

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

Reply via email to