laurentgo opened a new issue, #37893: URL: https://github.com/apache/arrow/issues/37893
### Describe the bug, including details regarding any error messages, version, and platform. Types.proto is a Gandiva protobuf definition used by Gandiva to exchange data between Java and C++. This file is packaged automatically within arrow-gandiva jar by `protobuf-maven-plugin` but because of its generic name, it may cause conflicts in others' people project who also use `Types.proto`. Ideally the file should be put into some subdirectory (`gandiva` for example) and people referencing it in their own project should use `import "gandiva/Types.proto' instead of `import "Types.proto"`. ### Component(s) Java -- 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]
