qiaojialin commented on a change in pull request #756: add new byTimestampReader
URL: https://github.com/apache/incubator-iotdb/pull/756#discussion_r368850921
##########
File path:
server/src/main/java/org/apache/iotdb/db/query/dataset/groupby/GroupByWithValueFilterDataSet.java
##########
@@ -75,12 +75,13 @@ public GroupByWithValueFilterDataSet(long queryId,
GroupByPlan groupByPlan) {
* init reader and aggregate function.
*/
private void initGroupBy(QueryContext context, GroupByPlan groupByPlan)
- throws StorageEngineException, IOException, PathException {
+ throws StorageEngineException, IOException {
Review comment:
```suggestion
throws StorageEngineException {
```
----------------------------------------------------------------
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