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

jackietien pushed a commit to branch ty/TableModelGrammar
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 80f93ce4f04c5b069d8a7bf18a53937b0daf35b5
Author: JackieTien97 <[email protected]>
AuthorDate: Mon Jul 29 15:51:59 2024 +0800

    fix compile error
---
 .../iotdb/subscription/it/triple/IoTDBSubscriptionSharingIT.java       | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/integration-test/src/test/java/org/apache/iotdb/subscription/it/triple/IoTDBSubscriptionSharingIT.java
 
b/integration-test/src/test/java/org/apache/iotdb/subscription/it/triple/IoTDBSubscriptionSharingIT.java
index 0dc6edf1548..640147b0ee0 100644
--- 
a/integration-test/src/test/java/org/apache/iotdb/subscription/it/triple/IoTDBSubscriptionSharingIT.java
+++ 
b/integration-test/src/test/java/org/apache/iotdb/subscription/it/triple/IoTDBSubscriptionSharingIT.java
@@ -39,6 +39,7 @@ import org.apache.tsfile.read.common.Path;
 import org.apache.tsfile.read.expression.QueryExpression;
 import org.apache.tsfile.read.query.dataset.QueryDataSet;
 import org.apache.tsfile.write.record.Tablet;
+import org.apache.tsfile.write.schema.IMeasurementSchema;
 import org.apache.tsfile.write.schema.MeasurementSchema;
 import org.junit.After;
 import org.junit.Assert;
@@ -79,7 +80,7 @@ public class IoTDBSubscriptionSharingIT extends 
AbstractSubscriptionTripleIT {
   private final String sql3 = "select count(s_0) from " + databasePrefix + 
"3.d_0";
   private final String sql4 = "select count(s_0) from " + databasePrefix + 
"4.d_0";
 
-  private final List<MeasurementSchema> schemaList = new ArrayList<>(2);
+  private final List<IMeasurementSchema> schemaList = new ArrayList<>(2);
   private final List<SubscriptionPushConsumer> consumers = new ArrayList<>(10);
 
   private void createTopic(

Reply via email to