mirror of
https://github.com/apache/druid.git
synced 2025-02-17 15:35:56 +00:00
remove commented out code
This commit is contained in:
parent
6adc3011fa
commit
32b65d9c5b
@ -413,10 +413,6 @@ public class GroupByQueryEngine
|
||||
position += increments[i];
|
||||
}
|
||||
|
||||
//for (PostAggregator postAggregator : query.getPostAggregatorSpecs()) {
|
||||
// theEvent.put(postAggregator.getName(), postAggregator.compute(theEvent));
|
||||
//}
|
||||
|
||||
return new MapBasedRow(timestamp, theEvent);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user