You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2022/04/18 08:07:56 UTC

[iotdb] branch stable-mpp updated (8a9e572f67 -> 4c971893b6)

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

jackietien pushed a change to branch stable-mpp
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 8a9e572f67 add DataNodeMBean
     add 4c971893b6 Add T prefix for thrift struct in mpp

No new revisions were added by this update.

Summary of changes:
 .../iotdb/confignode/cli/TemporaryClient.java      | 16 ++--
 .../iotdb/db/mpp/buffer/DataBlockManager.java      | 20 ++---
 .../org/apache/iotdb/db/mpp/buffer/SinkHandle.java | 17 ++--
 .../apache/iotdb/db/mpp/buffer/SourceHandle.java   | 16 ++--
 .../service/thrift/impl/InternalServiceImpl.java   | 10 +--
 .../apache/iotdb/db/mpp/buffer/SinkHandleTest.java | 16 ++--
 .../iotdb/db/mpp/buffer/SourceHandleTest.java      | 30 +++----
 thrift/src/main/thrift/mpp.thrift                  | 94 +++++++++++-----------
 8 files changed, 111 insertions(+), 108 deletions(-)