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 2020/04/25 01:41:07 UTC

[incubator-iotdb] branch add_method_in_session_pool updated (b94f4f7 -> cd98072)

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

qiaojialin pushed a change to branch add_method_in_session_pool
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from b94f4f7  fix pool return
     add cd98072  rename all row batch to tablet

No new revisions were added by this update.

Summary of changes:
 docs/zh/SystemDesign/1-TsFile/3-Write.md                 |  2 +-
 .../org/apache/iotdb/hadoop/tsfile/TsFileHelper.java     |  6 +++---
 .../org/apache/iotdb/tsfile/TsFileWriteWithTablet.java   |  6 +++---
 .../org/apache/iotdb/hadoop/tsfile/TsFileTestHelper.java |  6 +++---
 .../java/org/apache/iotdb/hive/TsFileTestHelper.java     |  6 +++---
 .../db/engine/storagegroup/StorageGroupProcessor.java    |  2 +-
 .../java/org/apache/iotdb/session/IoTDBSessionIT.java    |  6 +++---
 .../java/org/apache/iotdb/tsfile/write/TsFileWriter.java |  8 ++++----
 .../iotdb/tsfile/write/chunk/IChunkGroupWriter.java      | 10 +++-------
 .../org/apache/iotdb/tsfile/write/record/Tablet.java     | 16 ++++++++--------
 10 files changed, 32 insertions(+), 36 deletions(-)