asfimport opened a new issue, #359: URL: https://github.com/apache/arrow-java/issues/359
When building on M1 gRPC is not found. It can be [manually downloaded](https://repo1.maven.org/maven2/io/grpc/protoc-gen-grpc-java/1.41.0/protoc-gen-grpc-java-1.41.0-osx-x86_64.exe) and installed: ```bash mvn install:install-file -DgroupId=io.grpc -DartifactId=protoc-gen-grpc-java -Dversion=1.41.0 -Dclassifier=osx-aarch_64 -Dpackaging=exe -Dfile=/Users/<user>/Downloads/protoc-gen-grpc-java-1.41.0-osx-x86_64.exe ``` But perhaps that could be fixed as suggested here: https://github.com/grpc/grpc-java/issues/7690 **Reporter**: [Rok Mihevc](https://issues.apache.org/jira/browse/ARROW-15549) / @rok **Watchers**: [Rok Mihevc](https://issues.apache.org/jira/browse/ARROW-15549) / @rok <sub>**Note**: *This issue was originally created as [ARROW-15549](https://issues.apache.org/jira/browse/ARROW-15549). Please see the [migration documentation](https://github.com/apache/arrow/issues/14542) for further details.*</sub> -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org