snuyanzin commented on code in PR #20850:
URL: https://github.com/apache/flink/pull/20850#discussion_r993950327
##########
flink-table/flink-sql-parser-hive/pom.xml:
##########
@@ -56,6 +56,12 @@ under the License.
<artifactId>guava</artifactId>
<version>${guava.version}</version>
<scope>provided</scope>
+ <exclusions>
Review Comment:
`mvn dependency:tree` gives
```
...
[INFO] +- com.google.guava:guava:jar:29.0-jre:compile
[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile
[INFO] | +-
com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile
[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile
...
[INFO] +- org.checkerframework:checker-qual:jar:3.10.0:compile
...
```
and in jar there is e.g. present this class
`org.checkerframework.framework.qual.PurityUnqualified` which is a result of
changes in 3.10.0 according to changelog
https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md
--
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]