aijamalnk commented on code in PR #21749:
URL: https://github.com/apache/beam/pull/21749#discussion_r892859568
##########
sdks/java/io/jdbc/src/main/java/org/apache/beam/sdk/io/jdbc/JdbcIO.java:
##########
@@ -2086,7 +2086,7 @@ private boolean hasStatementAndSetter() {
private static class Reparallelize<T> extends PTransform<PCollection<T>,
PCollection<T>> {
@Override
public PCollection<T> expand(PCollection<T> input) {
- // See https://issues.apache.org/jira/browse/BEAM-2803
+ // See https://github.com/apache/beam/issues/1796403
Review Comment:
This looks wrong / broken
--
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]