tmater commented on PR #945: URL: https://github.com/apache/arrow-java/pull/945#issuecomment-3728358866
> @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 > ``` Interesting, there was a `UuidType`/`UuidVector` implementation in `RoundStripTest` test. Removed it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
