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



##########
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:
       Did you check whether bumping the parquet version might resolve the 
issue?
   
   In general, I am always a bit afraid when doing these manual version bumps 
because they might have unnoticeable effects.




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