Skip to content

Conversation

@wesm
Copy link
Member

@wesm wesm commented Mar 23, 2017

@julienledem for some reason the Java build is failing for me locally (also on master):

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:testCompile (default-testCompile) on project arrow-vector: Compilation failure: Compilation failure:
[ERROR] /home/wesm/code/arrow/java/vector/src/test/java/org/apache/arrow/vector/types/pojo/TestSchema.java:[38] error: a type with the same simple name is already defined by the single-type-import of List
[ERROR] /home/wesm/code/arrow/java/vector/src/test/java/org/apache/arrow/vector/types/pojo/TestSchema.java:[64,19] error: List is abstract; cannot be instantiated
[ERROR] /home/wesm/code/arrow/java/vector/src/test/java/org/apache/arrow/vector/types/pojo/TestSchema.java:[81,19] error: List is abstract; cannot be instantiated
[ERROR] -> [Help 1]

Change-Id: I1b657a9c49ecf57e1adb018fcaa196e36e2099b0
@julienledem
Copy link
Member

julienledem commented Mar 23, 2017

I will fetch your branch and take a look

@julienledem
Copy link
Member

julienledem commented Mar 23, 2017

I get the same issue on my other PR. So this might not be related to your change:
https://travis-ci.org/apache/arrow/jobs/214111095

@julienledem
Copy link
Member

It's probably a bad merge from two colliding PRs.
TestSchema imports both java.util.List and org.apache.arrow.vector.types.pojo.ArrowType.List
master is broken right now. I'm submitting a fix.

@julienledem
Copy link
Member

See: #430

@wesm
Copy link
Member Author

wesm commented Mar 23, 2017

Looks like the build has passed otherwise: https://travis-ci.org/apache/arrow/builds/214247299

Copy link
Member

@xhochy xhochy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1. LGTM

@asfgit asfgit closed this in 2a568f0 Mar 23, 2017
@wesm wesm deleted the ARROW-662 branch April 18, 2017 15:44
pribor pushed a commit to GlobalWebIndex/arrow that referenced this pull request Oct 24, 2025
…can be included

@julienledem for some reason the Java build is failing for me locally (also on master):

```
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:testCompile (default-testCompile) on project arrow-vector: Compilation failure: Compilation failure:
[ERROR] /home/wesm/code/arrow/java/vector/src/test/java/org/apache/arrow/vector/types/pojo/TestSchema.java:[38] error: a type with the same simple name is already defined by the single-type-import of List
[ERROR] /home/wesm/code/arrow/java/vector/src/test/java/org/apache/arrow/vector/types/pojo/TestSchema.java:[64,19] error: List is abstract; cannot be instantiated
[ERROR] /home/wesm/code/arrow/java/vector/src/test/java/org/apache/arrow/vector/types/pojo/TestSchema.java:[81,19] error: List is abstract; cannot be instantiated
[ERROR] -> [Help 1]
```

Author: Wes McKinney <[email protected]>

Closes apache#429 from wesm/ARROW-662 and squashes the following commits:

b588f81 [Wes McKinney] Move Schema flatbuffers into their own file that can be included
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants