Abacn commented on code in PR #34763:
URL: https://github.com/apache/beam/pull/34763#discussion_r2100445984


##########
sdks/java/io/debezium/src/main/java/org/apache/beam/io/debezium/DebeziumTransformRegistrar.java:
##########
@@ -34,7 +34,7 @@
   "nullness" // TODO(https://github.com/apache/beam/issues/20497)
 })
 public class DebeziumTransformRegistrar implements ExternalTransformRegistrar {
-  public static final String READ_JSON_URN = 
"beam:transform:org.apache.beam:debezium_read:v1";
+  public static final String READ_JSON_URN = 
"beam:transform:org.apache.beam:debezium_read:v3";

Review Comment:
   This "v1" is a URN for Beam transform. Change the name only in Java will 
break Python transform. No need to change



-- 
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

Reply via email to