Abacn commented on code in PR #36809:
URL: https://github.com/apache/beam/pull/36809#discussion_r2534584238
##########
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:
Yeah, for classes already caused regressions ("java.math.BigDecimal", and if
there are others) we can add it here for users
--
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]