[ 
https://issues.apache.org/jira/browse/HIVE-19651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16487307#comment-16487307
 ] 

Hive QA commented on HIVE-19651:
--------------------------------



Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12924565/HIVE-19651.01.patch

{color:red}ERROR:{color} -1 due to no test(s) being added or modified.

{color:green}SUCCESS:{color} +1 due to 14395 tests passed

Test results: 
https://builds.apache.org/job/PreCommit-HIVE-Build/11158/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/11158/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-11158/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12924565 - PreCommit-HIVE-Build

> only add arrow dependency once
> ------------------------------
>
>                 Key: HIVE-19651
>                 URL: https://issues.apache.org/jira/browse/HIVE-19651
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Zoltan Haindrich
>            Assignee: Igor Kryvenko
>            Priority: Major
>         Attachments: HIVE-19651.01.patch
>
>
> in serde/pom.xml
> {code}
>     <dependency>
>       <groupId>org.apache.arrow</groupId>
>       <artifactId>arrow-vector</artifactId>
>       <version>${arrow.version}</version>
>     </dependency>
>     <dependency>
>       <groupId>org.apache.arrow</groupId>
>       <artifactId>arrow-vector</artifactId>
>       <version>${arrow.version}</version>
>     </dependency>
> {code}
> maven is complaining:
> {code}
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model 
> for org.apache.hive:hive-serde:jar:3.1.0-SNAPSHOT
> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must 
> be unique: org.apache.arrow:arrow-vector:jar -> duplicate declaration of 
> version ${arrow.version} @ org.apache.hive:hive-serde:[unknown-version], 
> /home/kirk/projects/hive/HIVE-19237-oid-once/serde/pom.xml, line 73, column 17
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they 
> threaten the stability of your build.
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to