This is an automated email from the ASF dual-hosted git repository.
yongzao pushed a change to branch lyh/show-models-arch
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 3cb1bb889af spotless
add 8c8be298805 complie pass
add 3d56a099706 finish
No new revisions were added by this update.
Summary of changes:
.../org/apache/iotdb/ainode/it/AINodeBasicIT.java | 4 +-
.../java/org/apache/iotdb/rpc/TSStatusCode.java | 1 +
iotdb-core/ainode/ainode/core/constant.py | 45 +----
iotdb-core/ainode/ainode/core/handler.py | 9 +-
.../ainode/core/manager/inference_manager.py | 6 +-
.../ainode/ainode/core/manager/model_manager.py | 20 +--
.../ainode/core/model/built_in_model_factory.py | 128 +++++++-------
iotdb-core/ainode/ainode/core/model/model_info.py | 160 ++++++++++++++++++
.../ainode/ainode/core/model/model_storage.py | 183 ++++++++++++++++++---
.../consensus/response/model/ModelTableResp.java | 13 +-
.../iotdb/confignode/manager/ConfigManager.java | 2 +-
.../iotdb/confignode/manager/ModelManager.java | 53 +++---
.../iotdb/confignode/persistence/ModelInfo.java | 20 +--
.../InformationSchemaContentSupplierFactory.java | 121 ++++++++++----
.../config/metadata/ai/ShowModelsTask.java | 71 ++++----
.../iotdb/commons/client/ainode/AINodeClient.java | 6 +-
.../schema/column/ColumnHeaderConstant.java | 7 +-
.../thrift-ainode/src/main/thrift/ainode.thrift | 10 +-
.../src/main/thrift/confignode.thrift | 6 +-
19 files changed, 585 insertions(+), 280 deletions(-)
create mode 100644 iotdb-core/ainode/ainode/core/model/model_info.py