This is an automated email from the ASF dual-hosted git repository.
hui pushed a change to branch mlnode/test
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 3fa855d8da refactor factory
new 497af73199 fix some bug
new c67e2a616f fix fetch_timeseries
new 3dcb848c81 support drop model
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../procedure/impl/model/DropModelProcedure.java | 4 ++-
mlnode/iotdb/mlnode/client.py | 29 +++++++++++++++++++---
mlnode/iotdb/mlnode/data_access/offline/source.py | 22 +++-------------
mlnode/iotdb/mlnode/exception.py | 6 ++++-
mlnode/iotdb/mlnode/handler.py | 11 +++++---
mlnode/iotdb/mlnode/parser.py | 2 +-
mlnode/iotdb/mlnode/service.py | 5 ++--
mlnode/iotdb/mlnode/util.py | 2 +-
.../db/mpp/plan/parser/StatementGenerator.java | 21 +++++++++++++---
.../impl/DataNodeInternalRPCServiceImpl.java | 27 +++++++++++++++++++-
.../service/thrift/impl/MLNodeRPCServiceImpl.java | 7 +++---
11 files changed, 95 insertions(+), 41 deletions(-)