Abacn commented on code in PR #30235:
URL: https://github.com/apache/beam/pull/30235#discussion_r1486771367
##########
runners/core-construction-java/src/test/java/org/apache/beam/runners/core/construction/CoderTranslationTest.java:
##########
@@ -152,14 +150,12 @@ public static Iterable<Coder<?>> data() {
StringUtf8Coder.of(),
SerializableCoder.of(Record.class),
new RecordCoder(),
- KvCoder.of(
Review Comment:
> I split the test case into AvroCoderTranslationTest already
Got it. AvroCoderTranslationTest specifically test the line
"AvroCoder.of(..." and below
--
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]