pranavbhandari24 commented on code in PR #25824:
URL: https://github.com/apache/beam/pull/25824#discussion_r1152411258
##########
sdks/java/io/jdbc/src/main/java/org/apache/beam/sdk/io/jdbc/JdbcIO.java:
##########
@@ -449,7 +457,7 @@ public abstract static class DataSourceConfiguration
implements Serializable {
abstract @Nullable ValueProvider<Integer> getMaxConnections();
@Pure
- abstract @Nullable ClassLoader getDriverClassLoader();
+ abstract @Nullable ValueProvider<String> getDriverJarDirectory();
Review Comment:
Added it back, but we should be able to deprecate it since I don't think its
usable
--
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]