Hello! I had a couple questions. I have a system that is currently using Flatbuffers because they provide a couple features: 1) flatbuffers support generating flatbuffer-encoded representations of schemas (ie: reflection) and 2) flatbuffers have a bindings generator for type-safe access in client languages.
That said, the ecosystem evolving around Arrow is really intriguing. Is there any equivalent now for serializing schemas/reflection? Are there any plans for supporting binding generation tools? -- -Max
