robertwb commented on code in PR #29261:
URL: https://github.com/apache/beam/pull/29261#discussion_r1380500013
##########
sdks/java/io/kafka/src/main/java/org/apache/beam/sdk/io/kafka/KafkaReadSchemaTransformProvider.java:
##########
@@ -138,59 +158,23 @@ public PCollectionRowTuple expand(PCollectionRowTuple
input) {
PCollection<byte[]> kafkaValues =
input.getPipeline().apply(kafkaRead.withoutMetadata()).apply(Values.create());
+ Schema errorSchema = ErrorHandling.errorSchema(ERROR_SCHEMA);
Review Comment:
https://github.com/apache/beam/pull/29274 (as this is in the docs, no need
to cherry-pick that one).
--
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]