[ https://issues.apache.org/jira/browse/BEAM-4453?focusedWorklogId=120869&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-120869 ]
ASF GitHub Bot logged work on BEAM-4453: ---------------------------------------- Author: ASF GitHub Bot Created on: 09/Jul/18 16:43 Start Date: 09/Jul/18 16:43 Worklog Time Spent: 10m Work Description: reuvenlax commented on a change in pull request #5873: [BEAM-4453] Add schema support for Java POJOs and Java Beans URL: https://github.com/apache/beam/pull/5873#discussion_r201070973 ########## File path: sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/DefaultSchema.java ########## @@ -83,10 +83,7 @@ private SchemaProvider getSchemaProvider(TypeDescriptor<?> typeDescriptor) { Class<? extends SchemaProvider> providerClass = annotation.value(); checkArgument( providerClass != null, - "Type " - + type - + " has a @DefaultSchemaProvider annotation " - + " with a null argument."); + "Type " + type + " has a @DefaultSchema annotation " + " with a null argument."); Review comment: Fixed ---------------------------------------------------------------- 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: 120869) Time Spent: 4h (was: 3h 50m) > 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: 4h > Remaining Estimate: 0h > -- This message was sent by Atlassian JIRA (v7.6.3#76005)