This is an automated email from the ASF dual-hosted git repository.
xingtanzjr pushed a change to branch fast_performer_force_decoding
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 9a79177325e add compression and encoding type check for
FastCompactionPerformer
add 40fbe5aa12d Fast performer force decoding (#10705)
No new revisions were added by this update.
Summary of changes:
.../executor/fast/SeriesCompactionExecutor.java | 4 +-
...InconsistentCompressionTypeAndEncodingTest.java | 644 +++++++++++++++++++++
.../compaction/utils/CompactionTestFileWriter.java | 219 +++++++
.../utils/CompactionTestFileWriterTest.java | 180 ++++++
4 files changed, 1046 insertions(+), 1 deletion(-)
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/compaction/FastCompactionPerformerWithInconsistentCompressionTypeAndEncodingTest.java
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/compaction/utils/CompactionTestFileWriter.java
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/compaction/utils/CompactionTestFileWriterTest.java