rmetzger commented on a change in pull request #17996: URL: https://github.com/apache/flink/pull/17996#discussion_r776289081
########## 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: > Hi @rmetzger sorry for the late response, I think the id should be int instead of bigint. The error message can be improved. No worries, I'm on vacation anyways ;) Replacing the `bigint` with an `int` indeed solved the problem. Thanks a lot for the help! -- 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...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org