Commits


Julien Le Dem authored and Wes McKinney committed 7232e5b5df6
ARROW-676: move from MinorType to FieldType in ValueVectors to carry all the relevant type bits I'm adding all the Type information to the vector with FieldType. This avoids losing information and carrying around extra type metadata that can not go in the MinorType enum (for example: decimals' precision and dictionary encoding) Author: Julien Le Dem <julien@dremio.com> Closes #409 from julienledem/minor_field and squashes the following commits: 0407e63 [Julien Le Dem] ARROW-676: move from MinorType to FieldType in ValueVectors to carry all the relevant type bits