kellen commented on code in PR #36809:
URL: https://github.com/apache/beam/pull/36809#discussion_r2524660938


##########
sdks/java/container/boot.go:
##########
@@ -276,6 +276,14 @@ func main() {
                                args = append(args, 
"--add-modules="+module.GetStringValue())
                        }
                }
+               // Add trusted Avro serializable classes
+               if serializableClasses, ok := 
pipelineOptions.GetStructValue().GetFields()["avroSerializableClasses"]; ok {

Review Comment:
   We could have both; a default that matches avro and this option to override 
when needed. Ideally the avro default list should be public so users can 
extend/modify it as required.



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