You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Micah Kornfield (JIRA)" <ji...@apache.org> on 2019/08/15 04:43:00 UTC

[jira] [Resolved] (ARROW-6241) [Java] Failures on master

     [ https://issues.apache.org/jira/browse/ARROW-6241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Micah Kornfield resolved ARROW-6241.
------------------------------------
    Resolution: Fixed

Issue resolved by pull request 5090
[https://github.com/apache/arrow/pull/5090]

> [Java] Failures on master
> -------------------------
>
>                 Key: ARROW-6241
>                 URL: https://issues.apache.org/jira/browse/ARROW-6241
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Java
>            Reporter: Wes McKinney
>            Assignee: Ji Liu
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 0.15.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> I'm getting builds failing today with errors like
> {code}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.2:compile (default-compile) on project arrow-vector: Compilation failure: Compilation failure:
> [ERROR] /home/travis/build/apache/arrow/java/vector/src/main/java/org/apache/arrow/vector/complex/ListVector.java:[356,4] error: cannot find symbol
> [ERROR] symbol:   variable Preconditions
> [ERROR] location: class ListVector
> [ERROR] /home/travis/build/apache/arrow/java/vector/src/main/java/org/apache/arrow/vector/complex/NonNullableStructVector.java:[96,4] error: cannot find symbol
> [ERROR] symbol:   variable Preconditions
> [ERROR] location: class NonNullableStructVector
> [ERROR] -> [Help 1]
> {code}
> see https://travis-ci.org/apache/arrow/jobs/571958044
> Is this introduced by a recent patch?



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)