xborder commented on PR #954: URL: https://github.com/apache/arrow-java/pull/954#issuecomment-3754542780
@lidavidm Seems like a chicken and the egg problem. grpc-core can't be a compile dependency because it is detected as unused although it is still required in runtime (`AddWritableBuffer` still needs it for reflection). Marking it with a `runtime` scope causes the tests I created to fail because they require the dependency in compile time. I've changed the tests to use a mock for the dependency it had on grpc-core. This seemed to have solved the issues from the two previous runs but probably diminishes the relevance of these tests -- 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]
