damccorm opened a new issue, #20752:
URL: https://github.com/apache/beam/issues/20752
AutoValueSchema fails to detect getters with non-pojo names.
Example:
```
@DefaultSchema(AutoValueSchema.class)
@AutoValue
class Example
{
abstract int id();
static Example create(int id) \\{ return new AutoValue_Example(id); }
}
```
Imported from Jira
[BEAM-11609](https://issues.apache.org/jira/browse/BEAM-11609). Original Jira
may contain additional context.
Reported by: dpcollins-google.
--
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]