Skip to content

v0.6.11

Choose a tag to compare

@rustyconover rustyconover released this 10 Apr 21:09
· 15 commits to main since this release

Changes

  • Support pa.RecordBatch and pa.Schema as dataclass field types. _infer_arrow_type now maps these to pa.binary(), matching the existing value serialization/deserialization paths — you can now declare fields as pa.RecordBatch / pa.Schema directly without the Annotated[..., ArrowType(pa.binary())] boilerplate.