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 bed5450b407 Fix 15569 and 15565 compile error (#15591)
bed5450b407 is described below

commit bed5450b4076015fd9f8f19c2753332892591deb
Author: Peng Junzhi <[email protected]>
AuthorDate: Wed May 28 12:17:41 2025 +0800

    Fix 15569 and 15565 compile error (#15591)
---
 .../src/main/java/org/apache/iotdb/commons/utils/RetryUtils.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/utils/RetryUtils.java
 
b/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/utils/RetryUtils.java
index 2f3b6715686..2bd4b7ba395 100644
--- 
a/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/utils/RetryUtils.java
+++ 
b/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/utils/RetryUtils.java
@@ -19,7 +19,7 @@
 
 package org.apache.iotdb.commons.utils;
 
-import 
org.apache.iotdb.pipe.api.exception.PipeConsensusRetryWithIncreasingIntervalException;
+import 
org.apache.iotdb.commons.exception.pipe.PipeConsensusRetryWithIncreasingIntervalException;
 import org.apache.iotdb.rpc.TSStatusCode;
 
 import java.net.ConnectException;

Reply via email to