This is an automated email from the ASF dual-hosted git repository. justinchen pushed a commit to branch clean in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit e05424720a78d0cc71a0bef2ea3ea4a565a6a1ed Merge: bd5e6786819 c563f9600a4 Author: Caideyipi <[email protected]> AuthorDate: Fri Jan 9 09:49:57 2026 +0800 Merge branch 'master' of https://github.com/apache/iotdb into clean .github/workflows/vulnerability-check.yml | 42 +++--- .../view/recent/IoTDBTableViewAddColumnTest.java | 84 +++++++++++ iotdb-core/ainode/pom.xml | 34 ----- iotdb-core/ainode/pyproject.toml | 2 +- .../ainode/resources/syncPythonVersion.groovy | 159 --------------------- .../exception/ChunkTypeInconsistentException.java | 48 +++++++ .../db/pipe/agent/runtime/PipeAgentLauncher.java | 3 +- .../execution/fragment/QueryStatistics.java | 10 +- .../execution/operator/source/FileLoaderUtils.java | 9 +- .../FragmentInstanceStatisticsDrawer.java | 6 + .../performer/impl/FastCompactionPerformer.java | 6 +- .../execute/task/AbstractCompactionTask.java | 13 ++ .../FastNonAlignedSeriesCompactionExecutor.java | 11 ++ .../readchunk/SingleSeriesCompactionExecutor.java | 8 ++ .../read/reader/chunk/DiskChunkLoader.java | 7 + .../iotdb/db/tools/TsFileResourcePrinter.java | 5 +- .../apache/iotdb/commons/schema/table/TsTable.java | 6 +- .../src/main/thrift/datanode.thrift | 2 + 18 files changed, 224 insertions(+), 231 deletions(-)
