[ https://issues.apache.org/jira/browse/BEAM-4453?focusedWorklogId=129552&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-129552 ]
ASF GitHub Bot logged work on BEAM-4453: ---------------------------------------- Author: ASF GitHub Bot Created on: 01/Aug/18 00:40 Start Date: 01/Aug/18 00:40 Worklog Time Spent: 10m Work Description: reuvenlax commented on a change in pull request #6114: [BEAM-4453] Add convenience methods for pojo and javabean schema registration. URL: https://github.com/apache/beam/pull/6114#discussion_r206725153 ########## File path: sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/SchemaRegistry.java ########## @@ -67,8 +68,40 @@ private final Map<TypeDescriptor, SchemaEntry> entries = Maps.newHashMap(); private final ArrayDeque<SchemaProvider> providers; + class PerTypeRegisteredProvider implements SchemaProvider { + private Map<TypeDescriptor, SchemaProvider> providers = Maps.newHashMap(); Review comment: Done ---------------------------------------------------------------- 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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 129552) Time Spent: 10h 20m (was: 10h 10m) > Provide automatic schema registration for POJOs > ----------------------------------------------- > > Key: BEAM-4453 > URL: https://issues.apache.org/jira/browse/BEAM-4453 > Project: Beam > Issue Type: Sub-task > Components: sdk-java-core > Reporter: Reuven Lax > Assignee: Reuven Lax > Priority: Major > Time Spent: 10h 20m > Remaining Estimate: 0h > -- This message was sent by Atlassian JIRA (v7.6.3#76005)