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/20 11:42:59 UTC

[iotdb] branch master updated (67dafed0e6 -> 55812435d9)

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

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


    from 67dafed0e6 Add Driver.failed() call in FragmentInstanceScheduler (#5593)
     add 55812435d9 Change the result of ConfigExecution from Void to TsBlock (#5609)

No new revisions were added by this update.

Summary of changes:
 .../mpp/execution/config/AuthorizerConfigTask.java |  6 ++--
 .../db/mpp/execution/config/ConfigExecution.java   | 38 ++++++++++++---------
 ...SampleConfigTask.java => ConfigTaskResult.java} | 38 ++++++++++++---------
 .../iotdb/db/mpp/execution/config/IConfigTask.java |  2 +-
 .../mpp/execution/config/SetStorageGroupTask.java  |  6 ++--
 .../db/mpp/execution/ConfigExecutionTest.java      | 39 ++++++++++++++++++----
 6 files changed, 84 insertions(+), 45 deletions(-)
 rename server/src/main/java/org/apache/iotdb/db/mpp/execution/config/{SampleConfigTask.java => ConfigTaskResult.java} (54%)