tilgalas opened a new pull request, #33052: URL: https://github.com/apache/beam/pull/33052
With recent [change](https://github.com/apache/beam/pull/32081/commits/0e7018da8cbeaf6f10a0a9f9c326e52d3d0b348f) to `ReflectUtils.getMethods` which made it so that it now traverses the whole class hierarchy for search of methods to return to make it consistent with the behavior of the `getFields` method, the schema inference for Java Bean classes will fail (see the test) if that class overrides any of its getters or setters - this PR fixes that by making sure that we only consider the bottommost accessors when calculating the schema -- 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]
