[
https://issues.apache.org/jira/browse/BEAM-6293?focusedWorklogId=184248&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-184248
]
ASF GitHub Bot logged work on BEAM-6293:
----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Jan/19 15:48
Start Date: 11/Jan/19 15:48
Worklog Time Spent: 10m
Work Description: kanterov commented on issue #7334: [BEAM-6293] Infer
schemas from AutoValue classes.
URL: https://github.com/apache/beam/pull/7334#issuecomment-453560743
@reuvenlax I was playing around with this PR, one thing I've noticed is that
`ReflectUtils#isGetter` seems to be too strict. It requires getter method names
to start with `get` and filters out this style of AutoValue classes:
```java
@AutoValue
public abstract class Foo {
public abstract String bar();
}
```
What do you think about relaxing this constraint?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 184248)
Time Spent: 0.5h (was: 20m)
> Create automatic schema registration for AutoValue classes.
> -----------------------------------------------------------
>
> Key: BEAM-6293
> URL: https://issues.apache.org/jira/browse/BEAM-6293
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-java-core
> Reporter: Reuven Lax
> Assignee: Reuven Lax
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)