Hi Agam,

We have integration tests that produce data from Rust and consumes from Go,
and vice-versa, for both IPC files and streams, so it is reasonable to
expect that they work. Deviations are considered major out-of-spec bugs,
which we often prioritize over e.g. new features.

Best,
Jorge


On Fri, Apr 23, 2021 at 8:45 PM Agam Brahma <agam.bra...@gmail.com> wrote:

> Hi,
>
> Thanks for all the tips on the Go-API usage, I have the serialization
> going great there.
>
> I have a question about the compatibility of reader/writer API in
> different languages: if I have Rust services that also read/write or
> pass-through serialized arrow data, are there particular versions for each
> language that are compatible?
>
> To be more specific, if I write out a payload of bytes using the
> ipc-writer in Go (say as the value of a json field), is it reasonable to
> expect to read that back in using the ipc-reader in Rust? (or are there
> some  "known gotchas" there?)
>
> Much thanks in advance,
> Agam
>
>
>
>

Reply via email to