chamikaramj commented on code in PR #33596:
URL: https://github.com/apache/beam/pull/33596#discussion_r1932681714


##########
sdks/java/io/kafka/upgrade/src/main/java/org/apache/beam/sdk/io/kafka/upgrade/KafkaIOTranslation.java:
##########
@@ -347,6 +351,10 @@ public Row toConfigRow(Read<?, ?> transform) {
             if (allowDuplicates != null && allowDuplicates) {
               transform = transform.withAllowDuplicates(allowDuplicates);
             }
+            Boolean offsetDeduplication = 
configRow.getValue("offset_deduplication");

Review Comment:
   You need a change like this for the correct Beam version to make this 
compatible for the transform upgrader: 
https://github.com/apache/beam/commit/37ad3196d81c6dc71f8e1e516ed6eda072b98752



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

Reply via email to