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

jiangtian pushed a change to branch force_ci/alter_column_datatype
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 9bb78897c6a Merge branch 'master' into force_ci/alter_column_datatype
     add 5f081de325e compact compatibility with alter column datatype (#15010)

No new revisions were added by this update.

Summary of changes:
 .../it/schema/IoTDBAlterColumnTypeIT.java          |   1 -
 .../performer/impl/FastCompactionPerformer.java    |  17 ++-
 .../impl/ReadChunkCompactionPerformer.java         |   7 +-
 .../subtask/FastCompactionPerformerSubTask.java    |  33 ++++-
 .../execute/utils/CompactionSeriesContext.java     |  60 +++++++++
 .../execute/utils/MultiTsFileDeviceIterator.java   |  73 ++++++++++-
 .../fast/FastAlignedSeriesCompactionExecutor.java  |  20 ++-
 .../FastNonAlignedSeriesCompactionExecutor.java    |  26 +++-
 .../ReadChunkAlignedSeriesCompactionExecutor.java  |  30 ++++-
 .../readchunk/SingleSeriesCompactionExecutor.java  |   9 +-
 ...hTest.java => CompactionDataTypeAlterTest.java} | 136 ++++++++++++++++++---
 pom.xml                                            |   2 +-
 12 files changed, 381 insertions(+), 33 deletions(-)
 create mode 100644 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/dataregion/compaction/execute/utils/CompactionSeriesContext.java
 copy 
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/compaction/{CompactionDataTypeNotMatchTest.java
 => CompactionDataTypeAlterTest.java} (58%)

Reply via email to