Subramanya-Veeregowda commented on PR #38028:
URL: https://github.com/apache/beam/pull/38028#issuecomment-4335481279
@stankiewicz This change addresses the issue where starter and example
archetypes show
serialization warnings in IDEs due to anonymous classes.
I added @SuppressWarnings("serial") to those classes so that the examples
align with expected Beam usage (where DoFn and similar constructs are
serialized),
and users are not presented with unnecessary warnings when using the starter
templates.
Please let me know if you'd like me to refine this further.
Fixes #18120
--
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]