You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ne...@apache.org on 2021/03/02 04:06:14 UTC

[iotdb] branch master updated (ef3bf8a -> a7876e5)

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

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


    from ef3bf8a  [IOTDB-1081] New TsFile v2 (#2579)
     add a7876e5  Extract the common codes to one utils class  & Reduce the content of debug log printing of the InsertRowsPlan (#2753)

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |  9 ++-----
 .../iotdb/db/qp/physical/crud/InsertRowsPlan.java  | 13 +++++++---
 .../qp/physical/sys/CreateMultiTimeSeriesPlan.java | 13 ++--------
 .../db/qp/physical/sys/DeleteTimeSeriesPlan.java   | 13 ++--------
 .../org/apache/iotdb/db/service/TSServiceImpl.java | 19 +++++++-------
 .../StatusUtils.java}                              | 29 ++++++++++++++--------
 6 files changed, 43 insertions(+), 53 deletions(-)
 copy server/src/main/java/org/apache/iotdb/db/{exception/BatchProcessException.java => utils/StatusUtils.java} (57%)