jt2594838 commented on a change in pull request #1169:
URL: https://github.com/apache/incubator-iotdb/pull/1169#discussion_r427950464
##########
File path:
server/src/main/java/org/apache/iotdb/db/qp/executor/PlanExecutor.java
##########
@@ -322,7 +323,13 @@ protected QueryDataSet processDataQuery(QueryPlan
queryPlan, QueryContext contex
return queryDataSet;
}
- private QueryDataSet processShowQuery(ShowPlan showPlan)
+ @SuppressWarnings("unused")
+ protected AlignByDeviceDataSet getAlignByDeviceDataSet(AlignByDevicePlan
plan,
Review comment:
It is because one of the arguments is not used.
----------------------------------------------------------------
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]