sixdouglas commented on issue #21567: URL: https://github.com/apache/beam/issues/21567#issuecomment-1975206559
Hi @damccorm, Do you know if there is any update on this issue? Any plan to resolve it? I'm struggling to use `java.util.LocalDate` and `java.util.LocalDateTime` as members type on POJO annotated with `@DefaultSchema(JavaFieldSchema.class)`. My actual error message is `Unable to generate a creator for POJO 'class java.time.LocalDateTime'` and I guess it is related since this issue is mentioned on this method: `org.apache.beam.sdk.schemas.utils.StaticSchemaInference#fieldFromType(org.apache.beam.sdk.values.TypeDescriptor, org.apache.beam.sdk.schemas.utils.FieldValueTypeSupplier, java.util.Map<java.lang.Class,org.apache.beam.sdk.schemas.Schema>)`. Thanks for your time and your work. -- 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]
