You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2019/03/20 05:36:45 UTC

[GitHub] [incubator-iotdb] Beyyes commented on a change in pull request #97: [IOTDB-47]Aggregate

Beyyes commented on a change in pull request #97: [IOTDB-47]Aggregate
URL: https://github.com/apache/incubator-iotdb/pull/97#discussion_r266760364
 
 

 ##########
 File path: iotdb/src/main/java/org/apache/iotdb/db/qp/executor/QueryProcessExecutor.java
 ##########
 @@ -45,12 +47,16 @@
   public QueryProcessExecutor() {
   }
 
-  public QueryDataSet processQuery(PhysicalPlan plan) throws IOException, FileNodeManagerException {
+  public QueryDataSet processQuery(PhysicalPlan plan) throws IOException, FileNodeManagerException, PathErrorException, QueryFilterOptimizationException, ProcessorException {
 
 Review comment:
   this line too long

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services