kaijchen commented on code in PR #13:
URL: https://github.com/apache/incubator-uniffle/pull/13#discussion_r913395286
##########
pom.xml:
##########
@@ -60,8 +61,7 @@
<picocli.version>4.5.2</picocli.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<prometheus.simpleclient.version>0.9.0</prometheus.simpleclient.version>
- <protobuf.version>3.12.0</protobuf.version>
- <protoc.version>3.12.0</protoc.version>
+ <protobuf.version>3.19.2</protobuf.version>
Review Comment:
Thanks for the link, seems they both requires Rosetta 2.
```console
$ file protoc-3.17.3-osx-aarch_64.exe protoc-3.20.1-osx-aarch_64.exe
protoc-3.17.3-osx-aarch_64.exe: Mach-O 64-bit executable x86_64
protoc-3.20.1-osx-aarch_64.exe: Mach-O 64-bit executable x86_64
```
--
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]