kazuyukitanimura commented on code in PR #1830: URL: https://github.com/apache/datafusion-comet/pull/1830#discussion_r2178160745
########## pom.xml: ########## @@ -1074,9 +1074,19 @@ under the License. <ignoreClass>javax.annotation.meta.TypeQualifierNickname</ignoreClass> </ignoreClasses> </dependency> + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <ignoreClasses> + <ignoreClass>com.google.thirdparty.publicsuffix.TrieParser</ignoreClass> + <ignoreClass>com.google.thirdparty.publicsuffix.PublicSuffixPatterns</ignoreClass> + <ignoreClass>com.google.thirdparty.publicsuffix.PublicSuffixType</ignoreClass> Review Comment: Filed https://github.com/apache/datafusion-comet/issues/1968 cc @andygrove @huaxingao -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org