riteshghorse commented on a change in pull request #16111:
URL: https://github.com/apache/beam/pull/16111#discussion_r792068595
##########
File path: sdks/java/container/boot.go
##########
@@ -138,6 +138,7 @@ func main() {
filepath.Join(jarsDir, "beam-sdks-java-harness.jar"),
filepath.Join(jarsDir, "beam-sdks-java-io-kafka.jar"),
filepath.Join(jarsDir, "kafka-clients.jar"),
+ filepath.Join(jarsDir, "postgresql.jar"),
Review comment:
We don't need it. I figured it out later that the corresponding JAR will
be pulled up that matches the driver name used in Read/Write transform.
--
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]