This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a change to branch clean
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from bd5e6786819 ref
add d19455db6a0 Apply community-reviewed improvements from Ratis PR #1328
to vulnerability-check workflow (#16995)
add 8dc3a984ef7 [AINode] Upgrade urllib3 (#17002)
add 48dae279e7d No need to init TierManager when using
TsFileResourcePrinter (#17001)
add e78fcbfb54a ignore (#16991)
add 45aff042e02 Detect inconsistent chunk type when querying or compacting
tsfile & fix TsTable(TsTable origin) constructor (#16999)
add c563f9600a4 [AINode] Remove useless groovy check (#17003)
new e05424720a7 Merge branch 'master' of https://github.com/apache/iotdb
into clean
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:
.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 ---------------------
.../ChunkTypeInconsistentException.java} | 30 ++--
.../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, 198 insertions(+), 239 deletions(-)
create mode 100644
integration-test/src/test/java/org/apache/iotdb/relational/it/query/view/recent/IoTDBTableViewAddColumnTest.java
delete mode 100644 iotdb-core/ainode/resources/syncPythonVersion.groovy
copy
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/{storageengine/dataregion/compaction/selector/utils/DeviceInfo.java
=> exception/ChunkTypeInconsistentException.java} (58%)