Copilot commented on code in PR #80:
URL: https://github.com/apache/iotdb-extras/pull/80#discussion_r2156691923


##########
distributions/pom.xml:
##########
@@ -24,133 +24,24 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-extras-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.4-SNAPSHOT</version>

Review Comment:
   The distributions parent version is bumped to 2.0.4-SNAPSHOT while most 
other modules target 2.0.3-SNAPSHOT. This version mismatch could cause 
inconsistent releases; align the snapshot versions across modules.
   ```suggestion
           <version>2.0.3-SNAPSHOT</version>
   ```



##########
connectors/spark-iotdb-table-connector/spark-iotdb-table-common/pom.xml:
##########
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>spark-iotdb-table-connector</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.4-SNAPSHOT</version>

Review Comment:
   This module’s parent version is bumped to 2.0.4-SNAPSHOT, diverging from 
other connector modules set to 2.0.3-SNAPSHOT. For clarity and consistency, 
consider using the same snapshot version across all related modules.
   ```suggestion
           <version>2.0.3-SNAPSHOT</version>
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to