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
Hi, I appreciate your hard work on this library and find it helpful! Great job, thank you.
I don't know if this is on purpose or just lacking functionality but when converting IDL to Avro Json notation I've noticed that I'm missing some types. They get lost somewhere along the way.
For example, having IDL Avro file:
Hi, I appreciate your hard work on this library and find it helpful! Great job, thank you.
I don't know if this is on purpose or just lacking functionality but when converting IDL to Avro Json notation I've noticed that I'm missing some types. They get lost somewhere along the way.
For example, having IDL Avro file:
I get following Avro Schema in the result:
which obviously is not a valid Avro Schema as any tool reading it throws an error of unrecognized types "Double" and "Single".
I would expect to get valid Avro schema which is:
code
The text was updated successfully, but these errors were encountered: