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 2021/03/17 07:36:49 UTC

[iotdb] branch Vector updated (36bb9bd -> f2d6725)

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

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


    from 36bb9bd  Merge remote-tracking branch 'origin/Vector' into Vector
     add a735202  Optimize the code structure of deduplicate()  (#2856)
     add 0e15d2e  Merge branch 'master' into Vector
     add f2d6725  Merge branch 'Vector' of github.com:apache/iotdb into Vector

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/qp/physical/crud/AggregationPlan.java |  7 ++
 .../iotdb/db/qp/physical/crud/FillQueryPlan.java   |  8 ++
 .../iotdb/db/qp/physical/crud/QueryPlan.java       |  3 +-
 .../iotdb/db/qp/strategy/PhysicalGenerator.java    | 31 +-------
 .../db/query/control/QueryResourceManager.java     |  9 +++
 .../org/apache/iotdb/db/service/TSServiceImpl.java | 89 +++++++++++-----------
 6 files changed, 71 insertions(+), 76 deletions(-)