fhueske commented on a change in pull request #6483:
[FLINK-7243][flink-formats] Add parquet input format
URL: https://github.com/apache/flink/pull/6483#discussion_r223683584
##########
File path: flink-formats/flink-parquet/pom.xml
##########
@@ -73,6 +73,11 @@ under the License.
<scope>provided</scope>
</dependency>
+ <dependency>
Review comment:
If we keep it, we must add it in `provided` scope to ensure that it is not
bundled in the connector artifact (jar file). `flink-shaded-guava` is always in
Flink's classpath.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services