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 Feb 24, 2026. It is now read-only.
Describe the solution you'd like
If the schema contains an int32/int64/double/float/bool but the value type is a string. The library should be able to deal with that.
Additional context
data = {"l": "2","f":"2.2","b":"true"}
and the schema is l is Long, f is Double, b is bool, then the library should convert.