v0.6.11
Changes
- Support
pa.RecordBatchandpa.Schemaas dataclass field types._infer_arrow_typenow maps these topa.binary(), matching the existing value serialization/deserialization paths — you can now declare fields aspa.RecordBatch/pa.Schemadirectly without theAnnotated[..., ArrowType(pa.binary())]boilerplate.