rmetzger commented on a change in pull request #17996:
URL: https://github.com/apache/flink/pull/17996#discussion_r763687125



##########
File path: flink-formats/flink-parquet/pom.xml
##########
@@ -131,8 +131,17 @@ under the License.
                                        <groupId>org.apache.hadoop</groupId>
                                        <artifactId>hadoop-client</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>com.google.protobuf</groupId>
+                                       <artifactId>protobuf-java</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
+               <dependency>
+                       <groupId>com.google.protobuf</groupId>
+                       <artifactId>protobuf-java</artifactId>
+                       <version>${protoc.version}</version>
+               </dependency>

Review comment:
       Bumping the parquet version to the latest 1.12.2 doesn't upgrade the 
protobuf-java version (it is still on 3.5.1). Only later protobuf versions have 
ARM/M1 support :(
   
   I'll look into some parquet/sql testing, but I can not promise that I'll 
have immediately time for that.




-- 
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]


Reply via email to