-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Component: JavaPriority: BlockerMarks a blocker for the releaseMarks a blocker for the releaseType: bug
Milestone
Description
I'm getting builds failing today with errors like
[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]see https://travis-ci.org/apache/arrow/jobs/571958044
Is this introduced by a recent patch?
Reporter: Wes McKinney / @wesm
Assignee: Ji Liu / @tianchen92
PRs and other links:
Note: This issue was originally created as ARROW-6241. Please see the migration documentation for further details.
Metadata
Metadata
Assignees
Labels
Component: JavaPriority: BlockerMarks a blocker for the releaseMarks a blocker for the releaseType: bug