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
{{ message }}
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
Avro's
Type.decodeexpects aBufferandserializedBinaryRowsis aBuffer, but it's defined as(Uint8Array|string|null)which shows up as a type issue.Presumably either the typedef is missing, or
serializedBinaryRowsis wrong.