aromanenko-dev commented on code in PR #27851:
URL: https://github.com/apache/beam/pull/27851#discussion_r1337107535


##########
sdks/java/core/src/test/java/org/apache/beam/sdk/coders/CoderRegistryTest.java:
##########
@@ -472,7 +472,7 @@ public void testCoderPrecedence() throws Exception {
     assertEquals(SerializableCoder.of(MyValueC.class), 
registry.getCoder(MyValueC.class));
   }
 
-  @DefaultCoder(AvroCoder.class)
+  @DefaultCoder(MockAvroCoder.class)

Review Comment:
   We need this class for tests where `SerializableCoder` is used implicitly 
and we need to have another default coder to test a correct coder precedence.



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