### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon-rust/issues) and found nothing similar. ### Description This task tracks a scoped BlobType implementation in `paimon-rust` as part of #227. - [ ] `spec: add BlobType` - add `BlobType` to the Rust type system - support schema serialization/deserialization - add basic tests and fixtures - [ ] `read: support blob file format` - dispatch reads by file format and support `.blob` via a dedicated reader - provide minimal read-only compatibility for Java-generated `.blob` files in the existing data-evolution flow - expose Blob values as Arrow binary bytes - add read tests, document current limitations, and fix binding compatibility only if needed ### Willingness to contribute - [x] I'm willing to submit a PR!
Search before asking
Description
This task tracks a scoped BlobType implementation in
paimon-rustas part of #227.spec: add BlobTypeBlobTypeto the Rust type systemread: support blob file format.blobvia a dedicated reader.blobfiles in the existing data-evolution flowWillingness to contribute