This is an automated email from the ASF dual-hosted git repository.
yongzao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 8b78c3a4f87 Pipe: Fix and improve async tsfile transfer error handling
and logging (avoid client connection leak) (#16008)
add c75d8321a69 [AINode] Refactor CREATE MODEL FROM URI (#15978)
No new revisions were added by this update.
Summary of changes:
.../iotdb/ainode/it/AINodeClusterConfigIT.java | 2 +-
iotdb-core/ainode/ainode/core/constant.py | 4 +-
iotdb-core/ainode/ainode/core/exception.py | 4 +-
.../ainode/core/model/built_in_model_factory.py | 56 +++----
.../ainode/ainode/core/model/model_factory.py | 182 ++++++++++-----------
iotdb-core/ainode/ainode/core/model/model_info.py | 41 +++++
.../ainode/ainode/core/model/model_storage.py | 65 ++++----
iotdb-core/ainode/ainode/core/model/uri_utils.py | 136 +++++++++++++++
8 files changed, 335 insertions(+), 155 deletions(-)
create mode 100644 iotdb-core/ainode/ainode/core/model/uri_utils.py