You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/09/07 15:11:51 UTC

[iotdb] branch insertVector updated (6cd85b9 -> 372678e)

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

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


    from 6cd85b9  improve code quality
     add 6b5987e  fix IOTDB-1571 ISSUE-3760
     add 372678e  improve code quality

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |  6 ++-
 .../iotdb/db/qp/physical/crud/InsertRowPlan.java   | 26 ++++-----
 .../physical/crud/InsertRowsOfOneDevicePlan.java   | 24 ++++-----
 .../db/qp/physical/crud/InsertTabletPlan.java      | 12 ++++-
 .../org/apache/iotdb/db/service/TSServiceImpl.java |  4 +-
 .../iotdb/db/writelog/recover/LogReplayer.java     | 62 +++++++++-------------
 .../java/org/apache/iotdb/session/Session.java     |  2 +-
 .../org/apache/iotdb/session/pool/SessionPool.java |  1 +
 .../apache/iotdb/session/IoTDBSessionVectorIT.java | 26 ++++-----
 9 files changed, 74 insertions(+), 89 deletions(-)