arrow git commit: ARROW-253: restrict ints to 8, 16, 32, or 64 bits in V1

2016-08-12 Thread julien
Repository: arrow Updated Branches: refs/heads/master 2742d37cc -> dc01f099d ARROW-253: restrict ints to 8, 16, 32, or 64 bits in V1 Author: Julien Le Dem Closes #115 from julienledem/arrow_253_int_8_16_32_64 and squashes the following commits: d8df119 [Julien Le Dem]

arrow git commit: ARROW-254: remove Bit type as it is redundant with Boolean

2016-08-12 Thread julien
Repository: arrow Updated Branches: refs/heads/master 34e7f48cb -> 2742d37cc ARROW-254: remove Bit type as it is redundant with Boolean The only use of Bit is for the nullability (or validity) vector which is best understood as a boolean type. We should remove it as it is not used. Author: