szlta commented on a change in pull request #2226:
URL: https://github.com/apache/hive/pull/2226#discussion_r622107416



##########
File path: iceberg/pom.xml
##########
@@ -51,14 +52,24 @@
         <dependencies>
             <dependency>
                 <groupId>org.apache.iceberg</groupId>
-                <artifactId>iceberg-api</artifactId>
+                <artifactId>patched-iceberg-api</artifactId>
                 
<version>patched-${iceberg-api.version}-${project.parent.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.iceberg</groupId>
-                <artifactId>iceberg-core</artifactId>
+                <artifactId>patched-iceberg-core</artifactId>
                 
<version>patched-${iceberg-api.version}-${project.parent.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.apache.iceberg</groupId>
+                <artifactId>iceberg-api</artifactId>
+                <version>${iceberg-api.version}</version>

Review comment:
       On 2nd thought I'll just go ahead and fix it in the next iteration of 
this change. I'll keep iceberg-api.version but that will only be applicable to 
-api lib.




-- 
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to