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/11/18 10:39:15 UTC

[iotdb] branch master updated (6fcc4b8 -> 6aad5c7)

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

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


    from 6fcc4b8  Fix thread safety issues in SyncServerManager (#2027)
     new 3969132  Refactor LastQueryExecutor to separate the execution into multiple stages
     new 370a06b  Fix codesmell
     new 26508e9  Fix some issues
     new 9b2e4ab  Fix review issues
     new 12f569d  Fix error in MTree
     new e646559  Fix test case error
     new b9fc750  codesmell fix
     new 6aad5c7  Merge pull request #2063 from wshao08/last_mod

The 4203 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/iotdb/db/metadata/MTree.java   |  15 +-
 .../query/dataset/groupby/GroupByFillDataSet.java  |  15 +-
 .../iotdb/db/query/executor/LastQueryExecutor.java | 199 ++++++++++++---------
 .../apache/iotdb/db/integration/IoTDBLastIT.java   |   2 -
 4 files changed, 132 insertions(+), 99 deletions(-)