You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by GitBox <gi...@apache.org> on 2022/10/24 15:31:14 UTC

[GitHub] [avro] KalleOlaviNiemitalo commented on pull request #1922: AVRO-3649: POC for union type to match default values for any innertype

KalleOlaviNiemitalo commented on PR #1922:
URL: https://github.com/apache/avro/pull/1922#issuecomment-1289215175

   > Does this pull request introduce a new feature? no
   
   It does.  This would have to be documented and implemented for other languages too.
   
   If there is a union `["string", "bytes"]`, and the default value is a string, then this won't know which member was meant.  That may be ok for nullable fields but makes the feature a bit more complex to document.


-- 
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: issues-unsubscribe@avro.apache.org

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