| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
All builds fail:
Error: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.14.0:compile (default-compile) on project arrow-vector: Compilation failure: Compilation failure: Error: /build/vector/src/main/java/org/apache/arrow/vector/UuidVector.java:[72,52] error: UuidType() has private access in UuidType Error: /build/vector/src/main/java/org/apache/arrow/vector/UuidVector.java:[102,52] error: UuidType() has private access in UuidType
Sorry, something went wrong.
Thank you for looking into it @lidavidm. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM!
Sorry, something went wrong.
There was a problem hiding this comment.
I'll let JB handle merging
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM.
Do you mind to rebase in order to have CI happy ?
Sorry, something went wrong.
Thank you for the review! |
Sorry, something went wrong.
|
@tmater thanks ! I just ran the CI, I will merge as soon as it's all green. |
Sorry, something went wrong.
|
@tmater I see failure in RoundStripTest: Error: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.14.0:testCompile (default-testCompile) on project arrow-c-data: Compilation failure: Compilation failure: Error: /build/c/src/test/java/org/apache/arrow/c/RoundtripTest.java:[813,43] error: cannot find symbol Error: symbol: variable INSTANCE Error: location: class UuidType |
Sorry, something went wrong.
Interesting, there was a UuidType/UuidVector implementation in RoundStripTest. Removed it. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Add private constructor to UuidType singleton.