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 2021/11/23 03:09:26 UTC

[iotdb] branch ty_new_vector updated (e7156b6 -> bdc6b85)

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

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


    from e7156b6  Support Last Query for Aligned Timeseries
     add bdc6b85  format deo

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/query/executor/LastQueryExecutor.java | 24 ++++---
 .../apache/iotdb/db/integration/IoTDBLastIT.java   | 30 ++++----
 .../db/integration/aligned/IoTDBLastQuery2IT.java  |  3 +-
 .../db/integration/aligned/IoTDBLastQueryIT.java   | 36 +++++-----
 .../aligned/IoTDBLastQueryWithDeletion2IT.java     | 12 ++--
 .../aligned/IoTDBLastQueryWithDeletionIT.java      | 74 ++++++++++----------
 .../aligned/IoTDBLastQueryWithoutLastCache2IT.java |  5 +-
 .../aligned/IoTDBLastQueryWithoutLastCacheIT.java  | 68 +++++++++----------
 ...DBLastQueryWithoutLastCacheWithDeletion2IT.java | 20 +++---
 ...TDBLastQueryWithoutLastCacheWithDeletionIT.java | 79 ++++++++++------------
 10 files changed, 170 insertions(+), 181 deletions(-)