You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@druid.apache.org by GitBox <gi...@apache.org> on 2018/07/24 20:58:03 UTC

[GitHub] jihoonson commented on a change in pull request #5471: Implement force push down for nested group by query

jihoonson commented on a change in pull request #5471: Implement force push down for nested group by query
URL: https://github.com/apache/incubator-druid/pull/5471#discussion_r204903519
 
 

 ##########
 File path: server/src/main/java/io/druid/server/QueryLifecycle.java
 ##########
 @@ -249,8 +249,7 @@ public QueryResponse execute()
 
     final Map<String, Object> responseContext = DirectDruidClient.makeResponseContextForQuery();
 
-    final Sequence res = QueryPlus.wrap(baseQuery)
-                                  .withIdentity(authenticationResult.getIdentity())
+    final Sequence res = QueryPlus.wrap(baseQuery).withIdentity(authenticationResult.getIdentity())
 
 Review comment:
   It looks to be the right formatting before being changed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@druid.apache.org
For additional commands, e-mail: dev-help@druid.apache.org