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

critas pushed a commit to branch rc/2.0.3
in repository https://gitbox.apache.org/repos/asf/iotdb-extras.git


The following commit(s) were added to refs/heads/rc/2.0.3 by this push:
     new a1aedb3  move  spark-tsfile to with-spark-tsfile
a1aedb3 is described below

commit a1aedb3f310c663d9563eaa24a119132eab5396f
Author: CritasWang <[email protected]>
AuthorDate: Thu Jun 19 18:32:13 2025 +0800

    move  spark-tsfile to with-spark-tsfile
---
 connectors/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/connectors/pom.xml b/connectors/pom.xml
index 6339fde..a8ff4c0 100644
--- a/connectors/pom.xml
+++ b/connectors/pom.xml
@@ -103,6 +103,12 @@
             <modules>
                 <module>spark-iotdb-connector</module>
                 <module>spark-iotdb-table-connector</module>
+            </modules>
+        </profile>
+        <profile>
+            <id>with-spark-tsfile</id>
+            <modules>
+                <module>hadoop</module>
                 <module>spark-tsfile</module>
             </modules>
         </profile>

Reply via email to