vibhatha commented on PR #41854:
URL: https://github.com/apache/arrow/pull/41854#issuecomment-2151151486
@lidavidm I have attempted this manually, and I am getting the following
error once I went through fixing issue by issue
```bash
ERROR]
/home/vibhatha/github/fork/arrow/java/flight/flight-core/src/test/java/org/apache/arrow/flight/TestErrorMetadata.java:[42,46]
error: cannot access GeneratedMessageV3
class file for com.google.protobuf.GeneratedMessageV3 not found
[ERROR]
/home/vibhatha/github/fork/arrow/java/flight/flight-core/src/test/java/org/apache/arrow/flight/TestErrorMetadata.java:[117,14]
error: cannot access Builder
class file for com.google.protobuf.GeneratedMessageV3$Builder not found
```
Looking into this issue further, I found out the following reported issues
which states that upgrading from 3.x to 4.x is yet to figure out a cleaner path
[1][2].
Hence, we should not pursue this yet AFAIU. What do you think?
[1]. https://github.com/grpc/grpc-java/issues/11015
[2]. https://github.com/protocolbuffers/protobuf/issues/16452
--
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]