Commits

Korn, Uwe authored 66bc06642a9
ARROW-3583: [Python/Java] Create RecordBatch from VectorSchemaRoot There is sadly a lot of duplication in the parametrization. Sadly they are currently all a bit separate as not all types are equally passable from the JVM. In follow-up PRs, I'll try to add the missing features so that we can remove some of the code duplication. Author: Korn, Uwe <Uwe.Korn@blue-yonder.com> Closes #2809 from xhochy/ARROW-3583 and squashes the following commits: 15c3cf93 <Korn, Uwe> ARROW-3583: Create RecordBatch from VectorSchemaRoot