clintropolis commented on a change in pull request #6794: Query vectorization.
URL: https://github.com/apache/incubator-druid/pull/6794#discussion_r300890467
##########
File path:
processing/src/main/java/org/apache/druid/query/QueryRunnerHelper.java
##########
@@ -57,16 +56,9 @@
return Sequences.filter(
Sequences.map(
adapter.makeCursors(filter, queryIntervals.get(0), virtualColumns,
granularity, descending, null),
- new Function<Cursor, Result<T>>()
- {
- @Override
- public Result<T> apply(Cursor input)
- {
- return mapFn.apply(input);
- }
- }
+ mapFn
Review comment:
Nice heh :+1:
----------------------------------------------------------------
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.
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]