You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2022/01/29 06:29:41 UTC

[iotdb] branch rel/0.12 updated (a1fb56f -> b82f64b)

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

qiaojialin pushed a change to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from a1fb56f  [To rel/0.12] [IOTDB-2502] Add query sql in error log if encountering exception (#4993)
     add b82f64b  [IOTDB-2506] [To rel/0.12] Refine the lock granularity of the aggregation query (#4995)

No new revisions were added by this update.

Summary of changes:
 .../db/exception/query/QueryProcessException.java  |  4 +
 .../org/apache/iotdb/db/metadata/MManager.java     | 21 +++--
 .../query/dataset/groupby/GroupByFillDataSet.java  | 31 ++++---
 .../groupby/GroupByWithValueFilterDataSet.java     | 19 +++--
 .../groupby/GroupByWithoutValueFilterDataSet.java  | 50 ++++++-----
 .../db/query/executor/AggregationExecutor.java     | 49 ++++++-----
 .../iotdb/db/query/executor/FillQueryExecutor.java | 97 ++++++++++++----------
 .../iotdb/db/query/executor/LastQueryExecutor.java | 37 +++++----
 .../db/query/executor/RawDataQueryExecutor.java    | 83 ++++++++++--------
 .../query/timegenerator/ServerTimeGenerator.java   | 11 ++-
 10 files changed, 238 insertions(+), 164 deletions(-)