You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2021/06/06 10:03:26 UTC

[iotdb] branch vector_partial updated (3ddb836 -> f1dd078)

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

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


    from 3ddb836  Merge branch 'vector_partial' of https://github.com/apache/iotdb into vector_partial
     add f1dd078  support vector query

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iotdb/cluster/metadata/CMManager.java |  2 +-
 .../org/apache/iotdb/AlignedTimeseriesSessionExample.java | 15 ++++++++-------
 .../iotdb/db/engine/cache/TimeSeriesMetadataCache.java    |  2 ++
 .../main/java/org/apache/iotdb/db/metadata/MManager.java  | 12 ++++--------
 .../org/apache/iotdb/db/qp/executor/PlanExecutor.java     |  9 +++++++++
 .../iotdb/db/qp/physical/crud/RawDataQueryPlan.java       |  3 +--
 .../iotdb/db/query/dataset/AlignByDeviceDataSet.java      |  4 ++++
 .../apache/iotdb/db/query/executor/LastQueryExecutor.java |  4 +++-
 .../iotdb/db/query/executor/fill/LastPointReader.java     |  1 +
 9 files changed, 33 insertions(+), 19 deletions(-)