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