viirya commented on issue #227: URL: https://github.com/apache/arrow-datafusion-comet/issues/227#issuecomment-2016303586
Hmm, I'm also using M3 Max, but I don't see the issue. ``` java --version openjdk 11.0.22 2024-01-16 OpenJDK Runtime Environment Homebrew (build 11.0.22+0) OpenJDK 64-Bit Server VM Homebrew (build 11.0.22+0, mixed mode) ``` Is it possible that you installed x86 JDK? And, from the error message, ``` Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protoc/3.19.6/protoc-3.19.6-osx-aarch_64.exe (12 MB at 1.6 MB/s) protoc-jar: executing: [/var/folders/vv/fmb1n2hx3yqdmxbrv7shzyvr0000gn/T/protoc1458461729440081482.exe, --version] protoc-jar: caught exception, retrying: java.io.IOException: Cannot run program "/var/folders/vv/fmb1n2hx3yqdmxbrv7shzyvr0000gn/T/protoc1458461729440081482.exe": error=86, Bad CPU type in executable ``` Looks like it tries to run x86 protoc? -- 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]
