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
discard 27e5eb74d0c spotless
discard a9e4ba92cc9 seems done
add 0ffa4b67deb Correct status code from 301 to 719 while memory not
enough & Record release resource blocked too long by driver (#15828)
add 3016bb54e48 [AINode] Add TimerXL to the built-in list (#15832)
add 5c4c297e63d [AINode] Modify dataset module for table-model training
(#15816)
add 0fe060766f8 seems done
add 3cb1bb889af spotless
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (27e5eb74d0c)
\
N -- N -- N refs/heads/lyh/show-models-arch (3cb1bb889af)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../relational/it/schema/IoTDBDatabaseIT.java | 26 ----
iotdb-core/ainode/ainode/core/ingress/iotdb.py | 152 ++++++++++-----------
.../ainode/core/model/built_in_model_factory.py | 2 +-
.../iotdb/confignode/manager/ConfigManager.java | 35 +----
.../iotdb/confignode/persistence/ModelInfo.java | 1 +
.../queryengine/execution/QueryStateMachine.java | 58 ++++----
.../fragment/FragmentInstanceContext.java | 7 +
.../execution/config/TableConfigTaskVisitor.java | 17 +--
.../execution/config/TreeConfigTaskVisitor.java | 1 -
.../config/executor/ClusterConfigTaskExecutor.java | 8 +-
.../config/executor/IConfigTaskExecutor.java | 4 +-
.../config/metadata/ai/CreateTrainingTask.java | 26 ++--
.../plan/relational/sql/ast/CreateTraining.java | 58 ++------
.../plan/relational/sql/parser/AstBuilder.java | 48 +------
.../scheduler/FragmentInstanceDispatcherImpl.java | 7 +-
.../db/relational/grammar/sql/RelationalSql.g4 | 24 +---
.../src/main/thrift/confignode.thrift | 10 +-
17 files changed, 155 insertions(+), 329 deletions(-)