This is an automated email from the ASF dual-hosted git repository.
weihao pushed a change to branch splitMqtt
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 6f82027f6df fix some
add 4afd2a0f016 Don't allow IntColumn DataType is DATE when query column
data of Date type used by Python client (#17015)
add 30eebf24d72 Print TableSchemaMap in TsFileSketchTool (#17031)
add 333b385a08a [AINode] Fix bugs and sync code (#17032)
add 607339cbeae fix: process tables for join scope (#17033)
add 78c1f492b60 Include the TSStatus code in Mqtt's error logs to
facilitate troubleshooting. (#17037)
add 31a07eaeb60 Pipe: Trimmed the unnecessary device getting for
historical tsFiles (#17036)
new 2c44fc2075e Merge branch 'master' of github.com:apache/iotdb into
splitMqtt
The 1 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:
.../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(-)
create mode 100644 iotdb-client/client-py/session_example_date.py
create mode 100644
iotdb-core/confignode/src/test/resources/oldsnapshot/cluster_schema.bin
create mode 100644
iotdb-core/confignode/src/test/resources/oldsnapshot/table_cluster_schema.bin