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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]