Skip to content

Commit

Permalink
fix align by device
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaojialin committed Feb 26, 2020
1 parent cbf9d6f commit a56942d
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -351,12 +351,6 @@ private PhysicalPlan transformQuery(QueryOperator queryOperator)
measurements.addAll(measurementSetOfGivenSuffix);
}

// if (measurements.isEmpty()
// && alignByDevicePlan.getConstMeasurements().isEmpty()
// && alignByDevicePlan.getNotExistMeasurements().isEmpty()) {
// throw new QueryProcessException("do not select any existing series");
// }

// slimit trim on the measurementColumnList
if (queryOperator.hasSlimit()) {
int seriesSlimit = queryOperator.getSeriesLimit();
Expand Down

0 comments on commit a56942d

Please sign in to comment.