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 2022/11/15 01:09:49 UTC

[iotdb] branch master updated (5596e7ccf0 -> 2ffcaefe39)

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

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


    from 5596e7ccf0 [IOTDB-4922] Support auth in create & drop trigger (#7980)
     add 2ffcaefe39 Rename storage group to database in sync module (#7972)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/it/sync/IoTDBPipeIT.java   | 14 +++++-----
 .../apache/iotdb/db/it/sync/IoTDBPipeSinkIT.java   | 21 ++++++++-------
 .../iotdb/commons/sync/pipe/TsFilePipeInfo.java    |  2 +-
 .../java/org/apache/iotdb/db/sync/SyncService.java |  2 +-
 .../db/sync/externalpipe/ExtPipePluginManager.java |  4 +--
 .../iotdb/db/sync/pipedata/DeletionPipeData.java   | 12 ++++-----
 .../iotdb/db/sync/pipedata/TsFilePipeData.java     | 30 +++++++++++-----------
 .../iotdb/db/sync/receiver/load/TsFileLoader.java  |  8 +++---
 .../db/sync/transport/client/IoTDBSyncClient.java  | 10 ++++----
 .../db/sync/transport/server/ReceiverManager.java  |  2 +-
 thrift/src/main/thrift/client.thrift               |  2 +-
 11 files changed, 55 insertions(+), 52 deletions(-)