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

[incubator-iotdb] branch cluster_new updated (9b82923 -> ffa06bb)

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

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


    from 9b82923  merge with remote branch
     add 0155009  [IOTDB-503] Add checkTimeseriesExists for session
     add 59cba45  [IOTDB-502] NPE bug in `org.apache.iotdb.db.service.TSServiceImpl`
     add 9355a1f  add TsFileFilter
     add ffa06bb  Merge branch 'add_TsFileFilter' into cluster_new

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |  4 ++--
 .../main/java/org/apache/iotdb/SessionExample.java | 12 ++++++++---
 .../iotdb/db/query/executor/EngineExecutor.java    | 11 +++++++----
 .../java/org/apache/iotdb/db/query/fill/IFill.java |  3 ++-
 .../apache/iotdb/db/query/filter/TsFileFilter.java | 23 ++++++++++++++++++++++
 .../seriesRelated/SeriesReaderWithValueFilter.java |  6 ++++--
 .../SeriesReaderWithoutValueFilter.java            |  6 +++++-
 .../query/timegenerator/EngineNodeConstructor.java |  7 ++++---
 .../org/apache/iotdb/db/service/TSServiceImpl.java |  9 ++++++---
 .../java/org/apache/iotdb/db/utils/QueryUtils.java |  2 +-
 .../java/org/apache/iotdb/session/Session.java     |  9 +++++++++
 11 files changed, 72 insertions(+), 20 deletions(-)