This is an automated email from the ASF dual-hosted git repository. weihao pushed a commit to branch splitMqtt in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 2c44fc2075eb1a8375aca344f3ea0258e17dd497 Merge: 6f82027f6df 31a07eaeb60 Author: Weihao Li <[email protected]> AuthorDate: Mon Jan 19 19:21:05 2026 +0800 Merge branch 'master' of github.com:apache/iotdb into splitMqtt .../org/apache/iotdb/mqtt/MPPPublishHandler.java | 7 +- .../relational/it/query/recent/IoTDBCteIT.java | 27 +++++ .../src/test/cpp/sessionRelationalIT.cpp | 12 +-- iotdb-client/client-py/README.md | 2 + .../client-py/iotdb/tsfile/utils/tsblock_serde.py | 4 +- iotdb-client/client-py/session_example_date.py | 109 +++++++++++++++++++++ iotdb-core/ainode/iotdb/ainode/core/constant.py | 2 +- .../ainode/core/inference/batcher/basic_batcher.py | 27 +++-- .../ainode/core/inference/inference_request.py | 15 ++- .../core/inference/inference_request_pool.py | 2 +- .../pool_scheduler/basic_pool_scheduler.py | 11 ++- .../iotdb/ainode/core/manager/inference_manager.py | 2 +- .../ainode/iotdb/ainode/core/manager/utils.py | 4 +- .../persistence/schema/ConfigMTreeTest.java | 58 +++++++++++ .../test/resources/oldsnapshot/cluster_schema.bin | Bin 0 -> 121 bytes .../resources/oldsnapshot/table_cluster_schema.bin | Bin 0 -> 5177 bytes ...istoricalDataRegionTsFileAndDeletionSource.java | 21 ++-- .../execution/operator/source/FileLoaderUtils.java | 3 +- .../execution/operator/source/SeriesScanUtil.java | 40 +------- .../plan/relational/analyzer/Scope.java | 3 +- .../relational/analyzer/StatementAnalyzer.java | 18 +++- .../function/tvf/ClassifyTableFunction.java | 2 +- .../function/tvf/ForecastTableFunction.java | 2 +- .../db/queryengine/plan/udf/UDTFForecast.java | 3 +- .../schemaregion/utils/ResourceByPathUtils.java | 15 ++- .../apache/iotdb/db/tools/TsFileSketchTool.java | 30 ++++++ .../org/apache/iotdb/db/utils/SchemaUtils.java | 5 +- .../plan/relational/planner/CteSubqueryTest.java | 2 - .../thrift-ainode/src/main/thrift/ainode.thrift | 2 +- pom.xml | 2 +- 30 files changed, 327 insertions(+), 103 deletions(-)
