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

yongzao pushed a change to branch table-forecast-function-v2
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    omit 28386169bb3 fix IT
    omit eeeabc2b421 fix code
    omit 807bab10906 fix code style
    omit 95b068456be add error check IT for forecast tvf
    omit 1698d185ca5 add throw exception sentences in some cases
    omit a81a6f7f8ef add classify_tvf
    omit 72d209a01bb redefine parameter input to targets and fix some bugs
    omit c71f6773f25 forecast table bug fix
     add 02e3517c536 Fix the issue of SQL conversion in export tool (#16913)
     add 664f485ddf8 Add datanode_id column for queries_costs_histogram table 
and add memory usage metric for Coordinator (#16918)
     add 76d02a58f00 Modify pipeline and automap (#16923)
     add ed4fa00448f forecast table bug fix
     add 8bf948655b6 redefine parameter input to targets and fix some bugs
     add 7b907553352 add classify_tvf
     add b9d371d0731 add throw exception sentences in some cases
     add 1279a27f3db add error check IT for forecast tvf
     add a12ad44495f fix code style
     add e987ccc5c3c fix code
     add 25b553bccb1 fix IT

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   (28386169bb3)
            \
             N -- N -- N   refs/heads/table-forecast-function-v2 (25b553bccb1)

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:
 .../informationschema/IoTDBCurrentQueriesIT.java   |  2 +
 .../org/apache/iotdb/tool/data/ExportData.java     |  5 ++-
 .../ainode/core/inference/inference_request.py     | 19 ++++-----
 .../core/inference/inference_request_pool.py       |  4 ++
 .../core/inference/pipeline/basic_pipeline.py      | 43 ++++++++++++++------
 .../iotdb/ainode/core/manager/inference_manager.py | 46 ++++++++++------------
 .../ainode/iotdb/ainode/core/model/model_info.py   | 16 ++++----
 .../ainode/iotdb/ainode/core/model/model_loader.py | 17 ++++----
 .../ainode/core/model/sktime/pipeline_sktime.py    | 45 ++++++++++++---------
 .../ainode/core/model/sundial/pipeline_sundial.py  | 30 +++++++++-----
 .../ainode/core/model/timer_xl/pipeline_timer.py   | 29 +++++++++-----
 iotdb-core/ainode/iotdb/ainode/core/util/serde.py  | 24 +++++++++--
 .../InformationSchemaContentSupplierFactory.java   |  1 +
 .../metrics/memory/QueryEngineMemoryMetrics.java   | 12 +++++-
 .../informationschema/CurrentQueriesTest.java      |  2 +-
 .../commons/schema/table/InformationSchema.java    |  2 +
 16 files changed, 188 insertions(+), 109 deletions(-)

Reply via email to