[ 
https://issues.apache.org/jira/browse/HIVE-25064?focusedWorklogId=590321&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-590321
 ]

ASF GitHub Bot logged work on HIVE-25064:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 28/Apr/21 11:53
            Start Date: 28/Apr/21 11:53
    Worklog Time Spent: 10m 
      Work Description: szlta commented on a change in pull request #2226:
URL: https://github.com/apache/hive/pull/2226#discussion_r622101728



##########
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:
       Hm yeah it should be iceberg.version everywhere, but I was just 
following suit with this one, as I see the -api version being used in all poms. 
Maybe we could address this in separate jira.




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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 590321)
    Time Spent: 1h 50m  (was: 1h 40m)

> Create separate shader maven module for Iceberg libraries
> ---------------------------------------------------------
>
>                 Key: HIVE-25064
>                 URL: https://issues.apache.org/jira/browse/HIVE-25064
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Ádám Szita
>            Assignee: Ádám Szita
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to