chamikaramj commented on code in PR #25824: URL: https://github.com/apache/beam/pull/25824#discussion_r1173168344
########## sdks/java/io/jdbc/src/main/java/org/apache/beam/sdk/io/jdbc/JdbcIO.java: ########## @@ -630,6 +652,11 @@ && getConnectionInitSqls().get() != null if (getDriverClassLoader() != null) { basicDataSource.setDriverClassLoader(getDriverClassLoader()); } + if (getDriverJars() != null) { + URLClassLoader classLoader = Review Comment: I see. Seems like the jar will be basically re-downloaded in workers when creating the source. -- 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...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org