MehulBatra commented on code in PR #1350:
URL: https://github.com/apache/fluss/pull/1350#discussion_r2221618455


##########
pom.xml:
##########
@@ -98,6 +98,7 @@
         <curator.version>5.4.0</curator.version>
         <netty.version>4.1.104</netty.version>
         <arrow.version>15.0.0</arrow.version>
+        <iceberg.version>1.4.3</iceberg.version>

Review Comment:
   ```
    <!-- paimon bundle, only for test purpose -->
       <dependency>
           <groupId>org.apache.paimon</groupId>
           <artifactId>paimon-bundle</artifactId>
           <version>${paimon.version}</version>
           <scope>test</scope>
       </dependency>
       <dependency>
           <groupId>org.apache.iceberg</groupId>
           <artifactId>iceberg-api</artifactId>
           <version>${iceberg.version}</version>
           <scope>test</scope>
       </dependency>
   </dependencies>
   ```
   
   Paimon also uses root pom.xml for version, I tried to match and did the same 
for iceberg-api in fluss-common pom.xml



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to