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

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 4cad6af6715 Fix compile error caused by concurrent pr (#11951)
4cad6af6715 is described below

commit 4cad6af6715dfcb8edd6e71acf6bb7c34cd588f6
Author: shuwenwei <[email protected]>
AuthorDate: Tue Jan 23 10:45:16 2024 +0800

    Fix compile error caused by concurrent pr (#11951)
---
 .../inner/NewReadChunkCompactionPerformerWithAlignedSeriesTest.java    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/compaction/inner/NewReadChunkCompactionPerformerWithAlignedSeriesTest.java
 
b/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/compaction/inner/NewReadChunkCompactionPerformerWithAlignedSeriesTest.java
index 5605e198358..23c193886ba 100644
--- 
a/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/compaction/inner/NewReadChunkCompactionPerformerWithAlignedSeriesTest.java
+++ 
b/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/compaction/inner/NewReadChunkCompactionPerformerWithAlignedSeriesTest.java
@@ -582,7 +582,8 @@ public class 
NewReadChunkCompactionPerformerWithAlignedSeriesTest extends Abstra
 
   @Test
   public void testFlushChunkMetadataToTempFile()
-      throws IOException, StorageEngineException, InterruptedException, 
MetadataException {
+      throws IOException, StorageEngineException, InterruptedException, 
MetadataException,
+          PageException {
     List<String> devices = new ArrayList<>();
     for (int i = 0; i < 1000; i++) {
       devices.add("d" + i);

Reply via email to