AHeise commented on a change in pull request #17996:
URL: https://github.com/apache/flink/pull/17996#discussion_r761441463
##########
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:
I'm not sure if we have any e2e test that covers Parquet. So it would be
good to manually verify that the SQL jar can be used to read parquet (or better
we add an e2e test).
--
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]