You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hu...@apache.org on 2023/03/31 15:36:29 UTC

[iotdb] 01/01: Merge remote-tracking branch 'liuyong/mlnode/process' into mlnode/test

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

hui pushed a commit to branch mlnode/test
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 3072ae715a8a6bf15775b100b023b39bf0cc6822
Merge: bb7bdb5356 c7296dddbe
Author: Minghui Liu <li...@foxmail.com>
AuthorDate: Fri Mar 31 23:36:04 2023 +0800

    Merge remote-tracking branch 'liuyong/mlnode/process' into mlnode/test
    
    # Conflicts:
    #       mlnode/iotdb/mlnode/handler.py

 mlnode/iotdb/mlnode/client.py                      |  28 ++-
 mlnode/iotdb/mlnode/constant.py                    |   6 +
 mlnode/iotdb/mlnode/handler.py                     |   4 +-
 .../mlnode/{constant.py => process/__init__.py}    |  16 --
 mlnode/iotdb/mlnode/process/manager.py             |  54 +++++
 mlnode/iotdb/mlnode/process/task.py                | 100 +++++++++
 .../{constant.py => process/task_factory.py}       |  29 ++-
 mlnode/iotdb/mlnode/process/trial.py               | 231 +++++++++++++++++++++
 mlnode/iotdb/mlnode/util.py                        |   1 -
 9 files changed, 438 insertions(+), 31 deletions(-)