Wes McKinney created ARROW-6241:
-----------------------------------
Summary: [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
Fix For: 0.15.0
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)