You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 17:09:05 UTC

[GitHub] [beam] damccorm opened a new issue, #20359: Support non-homogenous nested types in SchemaProvider implementations

damccorm opened a new issue, #20359:
URL: https://github.com/apache/beam/issues/20359

   Currently we can infer schemas for nested types, but only when they are homogenous (e.g. an AutoValue with an AutoValue field, or a Java Bean with a Java Bean field). 
   
   We should also support schema inference for non-homogenous types, so that schemas can be inferred for an AutoValue field with a Java Bean field.
   
   Not doing so can lead to confusing errors like the one reported in https://lists.apache.org/thread.html/rc7c45ff8efd425fe545b6020c5b4250c99f6c788bf32a114708187a1%40%3Cuser.beam.apache.org%3E
   
   Imported from Jira [BEAM-10765](https://issues.apache.org/jira/browse/BEAM-10765). Original Jira may contain additional context.
   Reported by: bhulette.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] TheNeuralBit commented on issue #20359: Support non-homogenous nested types in SchemaProvider implementations

Posted by GitBox <gi...@apache.org>.
TheNeuralBit commented on issue #20359:
URL: https://github.com/apache/beam/issues/20359#issuecomment-1205798715

   Part of #18898


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org