This is an automated email from the ASF dual-hosted git repository. xingtanzjr pushed a commit to branch fast_performer_force_decoding_rel11 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit dd295e31a0b6da4654d07df28bfbf63842ca8c4c Author: Jinrui.Zhang <[email protected]> AuthorDate: Thu Jul 27 21:10:35 2023 +0800 add license --- ...ithInconsistentCompressionTypeAndEncodingTest.java | 19 +++++++++++++++++++ .../compaction/utils/CompactionTestFileWriter.java | 19 +++++++++++++++++++ .../utils/CompactionTestFileWriterTest.java | 19 +++++++++++++++++++ 3 files changed, 57 insertions(+) diff --git a/server/src/test/java/org/apache/iotdb/db/engine/compaction/FastCompactionPerformerWithInconsistentCompressionTypeAndEncodingTest.java b/server/src/test/java/org/apache/iotdb/db/engine/compaction/FastCompactionPerformerWithInconsistentCompressionTypeAndEncodingTest.java index 3f3b52e554e..befb0ba4259 100644 --- a/server/src/test/java/org/apache/iotdb/db/engine/compaction/FastCompactionPerformerWithInconsistentCompressionTypeAndEncodingTest.java +++ b/server/src/test/java/org/apache/iotdb/db/engine/compaction/FastCompactionPerformerWithInconsistentCompressionTypeAndEncodingTest.java @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + package org.apache.iotdb.db.engine.compaction; import org.apache.iotdb.commons.exception.MetadataException; diff --git a/server/src/test/java/org/apache/iotdb/db/engine/compaction/utils/CompactionTestFileWriter.java b/server/src/test/java/org/apache/iotdb/db/engine/compaction/utils/CompactionTestFileWriter.java index f95b7bbd4b7..7a8721cde65 100644 --- a/server/src/test/java/org/apache/iotdb/db/engine/compaction/utils/CompactionTestFileWriter.java +++ b/server/src/test/java/org/apache/iotdb/db/engine/compaction/utils/CompactionTestFileWriter.java @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + package org.apache.iotdb.db.engine.compaction.utils; import org.apache.iotdb.db.engine.storagegroup.TsFileResource; diff --git a/server/src/test/java/org/apache/iotdb/db/engine/compaction/utils/CompactionTestFileWriterTest.java b/server/src/test/java/org/apache/iotdb/db/engine/compaction/utils/CompactionTestFileWriterTest.java index 46da9587dd7..4ec5cbfdea1 100644 --- a/server/src/test/java/org/apache/iotdb/db/engine/compaction/utils/CompactionTestFileWriterTest.java +++ b/server/src/test/java/org/apache/iotdb/db/engine/compaction/utils/CompactionTestFileWriterTest.java @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + package org.apache.iotdb.db.engine.compaction.utils; import org.apache.iotdb.commons.exception.MetadataException;
