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/04/10 07:16:57 UTC

[iotdb] branch mlnode/dropModel updated (ce6d6ed577 -> 1865439cee)

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

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


    from ce6d6ed577 add config
     add 1865439cee fix

No new revisions were added by this update.

Summary of changes:
 mlnode/.gitignore                                  |  6 +++++-
 mlnode/iotdb/mlnode/constant.py                    | 10 +++++++++
 mlnode/iotdb/mlnode/handler.py                     | 25 ++++++----------------
 .../iotdb/mlnode/{model_storage.py => storage.py}  |  0
 mlnode/iotdb/mlnode/util.py                        | 18 ++++++++++++----
 mlnode/test/test_model_storage.py                  | 19 +++++++++-------
 .../java/org/apache/iotdb/rpc/TSStatusCode.java    |  1 +
 7 files changed, 47 insertions(+), 32 deletions(-)
 rename mlnode/iotdb/mlnode/{model_storage.py => storage.py} (100%)