lowka commented on code in PR #5380:
URL: https://github.com/apache/ignite-3/pull/5380#discussion_r1990903451


##########
modules/catalog-dsl/src/main/java/org/apache/ignite/internal/catalog/sql/SelectFromView.java:
##########
@@ -53,16 +53,23 @@ class SelectFromView<T> extends 
AbstractCatalogQuery<List<T>> {
     public CompletableFuture<List<T>> executeAsync() {
         return sql.executeAsync(null, toString()).thenCompose(resultSet -> {

Review Comment:
   Nope. There is no need to build an adhoc query builder / ORM compose a query 
with a couple of JOINs.
   



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