You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for reporting. i am not an avro user, I'm mostly using protobuf and json. can you provide me with an example to reproduce (using schema registry?)? then i would be interested in looking into it.
AVRO represents decimal values as an array of bytes. The bytes are a 2's-complement encoding of the integer value of the decimal.
Currently
kaf
coerces the bytes to a string & prints it. This is less than ideal, especially when usingkaf
as a debugging tool :)The text was updated successfully, but these errors were encountered: