Hi all, I'm very interested in the Arrow file format - I would eventually like to use it to export data in a columnar format that can be read directly in a browser through a Javascript library. I've been reviewing the specification and Julien's Java implementation, and I'm a little bit confused about the relationship between the Schema in the footer and the record batch(es)
If a schema is referring to multiple record batches, is it assumed that the first fields in the schema refer to the first record batch, until all of its Buffers and FieldNodes are accounted for, then the next set of fields refer to the next record batch, and so on? If so, it doesn't seem like the current implementation supports this behavior. Which is fine, I just want to make sure I understand. Thanks, Brian Hulette