RustedBones commented on PR #33412:
URL: https://github.com/apache/beam/pull/33412#issuecomment-2572787157

   That shouldn't be necessary. In `GenericRecords`, bytes MUST be of 
`ByteBuffer` type. See 
[here](https://github.com/apache/avro/blob/d26a3275bb2cc51337f9fb242ce93ed6ed8b199b/lang/java/avro/src/main/java/org/apache/avro/generic/GenericDatumWriter.java#L400)
 for instance.
   
   Byte arrays are only supported with avro reflect records which are not 
accepted by the beam API.
   
   


-- 
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]

Reply via email to