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 d16cea4 [IOTDB-2711] Fix memory allocation deadlock by concurrent
snapshot requests (#5195)
add 2232ff6 [IOTDB-2543] Support all time filters in last query (#5063)
No new revisions were added by this update.
Summary of changes:
.../iotdb/cluster/query/LocalQueryExecutor.java | 6 +-
.../query/last/ClusterLastQueryExecutor.java | 40 ++--
docs/UserGuide/Query-Data/Last-Query.md | 8 +-
docs/zh/UserGuide/Query-Data/Last-Query.md | 4 +-
.../apache/iotdb/db/integration/IoTDBLastIT.java | 133 +++++++++++++
.../iotdb/db/qp/physical/crud/LastQueryPlan.java | 12 +-
.../iotdb/db/query/executor/LastQueryExecutor.java | 219 +++++++++++----------
7 files changed, 280 insertions(+), 142 deletions(-)