MartijnVisser commented on PR #40:
URL: 
https://github.com/apache/flink-connector-jdbc/pull/40#issuecomment-1509098543

   > Do you mean we need to shade some class of the Guava dependency in the 
pom? Currently there is a shade plugin but nothing is shaded.
   
   Yes indeed. So that it's not `import 
com.google.common.collect.ImmutableMap;` but something like `import 
org.apache.flink.connector.jdbc.shaded.guava30.com.google.common.collect.ImmutableMap;`


-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to