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 2019/10/22 02:01:01 UTC

[incubator-iotdb] branch dev_TTL updated (6041070 -> 73a736e)

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

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


    from 6041070  fix missing columns in TTL query
     add 73a736e  remove usages of frequently changed lambdas

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/engine/memtable/AbstractMemTable.java   |  2 +-
 .../iotdb/db/engine/merge/manage/MergeResource.java  | 20 ++++++++++++--------
 .../engine/storagegroup/StorageGroupProcessor.java   |  4 +++-
 .../db/engine/storagegroup/TsFileProcessor.java      | 10 ++++------
 .../iotdb/db/engine/storagegroup/TsFileResource.java |  3 +++
 .../apache/iotdb/db/query/context/QueryContext.java  | 14 ++++++++++++++
 6 files changed, 37 insertions(+), 16 deletions(-)