You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by zy...@apache.org on 2022/07/21 02:46:54 UTC

[iotdb] branch master updated (5721496be8 -> 67d78fe47b)

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

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


    from 5721496be8 [IOTDB-3624] Meet error when inserting data in SQL without timestamp (#6642)
     add 67d78fe47b [IOTDB-3827]support partition cache for query. (#6673)

No new revisions were added by this update.

Summary of changes:
 .../commons/partition/DataPartitionQueryParam.java |  14 -
 .../mpp/plan/analyze/ClusterPartitionFetcher.java  |  63 +--
 .../db/mpp/plan/analyze/cache/PartitionCache.java  |  86 ++--
 .../mpp/plan/analyze/cache/PartitionCacheTest.java | 432 +++++++++++++++++++++
 4 files changed, 524 insertions(+), 71 deletions(-)
 create mode 100644 server/src/test/java/org/apache/iotdb/db/mpp/plan/analyze/cache/PartitionCacheTest.java