Commits


Emilio Lahr-Vivaz authored and Wes McKinney committed 010bd224515
ARROW-482 [Java] Exposing custom field metadata I added the metadata to the `FieldType` object. It doesn't necessarily seem the right place for it, but it minimizes having to change method signatures to pass around the metadata. I also tried to standardize vector constructors on `FieldType` to ensure it's passed correctly. Author: Emilio Lahr-Vivaz <elahrvivaz@ccri.com> Closes #611 from elahrvivaz/ARROW-482 and squashes the following commits: 63a76e0 [Emilio Lahr-Vivaz] ARROW-482 [Java] Exposing custom field metadata