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

jiangtian pushed a change to branch jira_1376_0.12
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 4f71b9a  Fix `merge` command cannot execute compaction task bug (#3161)
     new 47c1527  properly handle BatchProcessException
     new f3ca47a  apply spotless
     new c5691cc  fix code smell
     new db64840  fix empty indices

The 4 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:
 .../iotdb/cluster/log/applier/BaseApplier.java     | 37 ++++++++++++-
 .../cluster/log/applier/DataLogApplierTest.java    | 61 +++++++++++++++++-----
 .../engine/storagegroup/StorageGroupProcessor.java |  8 ++-
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |  7 +--
 .../physical/BatchPlan.java}                       | 41 +++++++++++----
 .../db/qp/physical/crud/InsertMultiTabletPlan.java | 39 +++++++++++++-
 .../physical/crud/InsertRowsOfOneDevicePlan.java   | 33 +++++++++++-
 .../iotdb/db/qp/physical/crud/InsertRowsPlan.java  | 39 +++++++++++++-
 .../qp/physical/sys/CreateMultiTimeSeriesPlan.java | 39 +++++++++++++-
 9 files changed, 268 insertions(+), 36 deletions(-)
 copy 
server/src/main/java/org/apache/iotdb/db/{exception/query/QueryTimeoutRuntimeException.java
 => qp/physical/BatchPlan.java} (55%)

Reply via email to