robertwb commented on code in PR #29859:
URL: https://github.com/apache/beam/pull/29859#discussion_r1440775248


##########
runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/CoderTranslation.java:
##########
@@ -60,6 +62,9 @@ private static class DefaultTranslationContext implements 
TranslationContext {}
   // TODO: standardize such things
   public static final String JAVA_SERIALIZED_CODER_URN = 
"beam:coders:javasdk:0.1";
 
+  public static final List<String> KNOWN_EXTERNAL_CODERS =

Review Comment:
   Why do we limit ourselves to a set of known coders, rather than just handle 
all unknown coders uniformly? 



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