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



##########
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.




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