lostluck commented on a change in pull request #16764:
URL: https://github.com/apache/beam/pull/16764#discussion_r801081532
##########
File path: sdks/go/pkg/beam/io/xlang/jdbcio/jdbc.go
##########
@@ -124,7 +124,7 @@ func toRow(pl interface{}) []byte {
// username := "root"
// password := "root123"
// jdbcUrl := "jdbc:postgresql://localhost:5432/dbname"
-// jdbcio.Write(s, tableName, driverClassName, jdbcurl, username,
password, jdbcio.ExpansionServiceWrite("localhost:9000"))
+// jdbcio.Write(s, tableName, driverClassName, jdbcurl, username,
password, jdbcio.ExpansionAddr("localhost:9000"))
Review comment:
Actually, I'm just going to commit the suggestion and merge.
--
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]