You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ta...@apache.org on 2021/09/13 01:45:45 UTC

[iotdb] branch master updated (3cb08e0 -> b76a799)

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

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


    from 3cb08e0  [IOTDB-1543] LastCache for Template and Vector (#3796)
     add b76a799  [IOTDB-1632] fill only if the value is missing (#3914)

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/query/ClusterQueryRouter.java    | 14 +---
 .../cluster/query/fill/ClusterFillExecutor.java    | 49 +++++++++--
 .../cluster/query/ClusterFillExecutorTest.java     | 22 ++---
 .../iotdb/db/query/executor/FillQueryExecutor.java | 94 +++++++++++++++++-----
 .../iotdb/db/query/executor/QueryRouter.java       | 21 +----
 .../apache/iotdb/db/integration/IoTDBFillIT.java   | 34 +++++++-
 6 files changed, 163 insertions(+), 71 deletions(-)