You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2022/02/14 06:28:36 UTC

[iotdb] branch alignbydevicebug updated (4f39cf0 -> 0e4b16d)

This is an automated email from the ASF dual-hosted git repository.

xiangweiwei pushed a change to branch alignbydevicebug
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 4f39cf0  Fix CI
     add 4d9b9c5  Fix align by device it bug
     add 0e4b16d  Fix fill IT

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  | 43 ++++++++++++++++++++--
 .../qp/logical/crud/GroupByFillQueryOperator.java  |  7 +---
 .../db/qp/logical/crud/GroupByQueryOperator.java   | 27 +-------------
 .../iotdb/db/qp/logical/crud/QueryOperator.java    |  4 +-
 .../iotdb/db/qp/physical/crud/GroupByTimePlan.java | 27 ++++++++++++++
 .../db/query/dataset/AlignByDeviceDataSet.java     | 20 ++++++++--
 .../iotdb/db/query/executor/QueryRouter.java       | 28 +++++++++++++-
 7 files changed, 117 insertions(+), 39 deletions(-)