Hello, pyarrow.Table from_batches(batches, Schema schema=None) Construct a Table from a sequence or iterator of Arrow RecordBatches.
What is the equivalent of this in Java? What is the relationship between VectorSchemaRoot, Table and RecordBatch in Java? It all seems a bit different... Specifically, I seem to be able to construct a VectorSchemaRoot from an Arrow IPC stream, but I'm now wondering about the appropriate way to combine these batches. Thanks, John