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 2020/02/12 06:25:38 UTC

[incubator-iotdb] branch new_series_reader updated (15630d0 -> 6c9a4e8)

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

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


    from 15630d0  Merge remote-tracking branch 'origin/master' into new_series_reader
     add 5668225  delete useless IPointReader in IFill
     add 6c9a4e8  Merge branch 'new_series_reader' of https://github.com/apache/incubator-iotdb into new_series_reader

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/query/executor/FillQueryExecutor.java |  7 ++---
 .../java/org/apache/iotdb/db/query/fill/IFill.java | 35 +---------------------
 .../org/apache/iotdb/db/query/fill/LinearFill.java | 11 ++++---
 .../apache/iotdb/db/query/fill/PreviousFill.java   |  7 ++---
 4 files changed, 12 insertions(+), 48 deletions(-)