arrow git commit: ARROW-351: Time type has no unit

2017-02-08 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 1407abfc9 -> b99d049c3 ARROW-351: Time type has no unit Author: Julien Le Dem Closes #328 from julienledem/arrow_351 and squashes the following commits: 2497ee3 [Julien Le Dem] ARROW-351: Time type has no unit

arrow git commit: ARROW-538: [C++] Set up AddressSanitizer (ASAN) builds

2017-02-08 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 4440e4011 -> 0bdfd5efb ARROW-538: [C++] Set up AddressSanitizer (ASAN) builds Most of the infrastructure was already in place, only needed to fix the gtest build. We will now build with AddressSanitizer activated on OSX. Author: Uwe L.

arrow git commit: ARROW-543: C++: Lazily computed null_counts counts number of non-null entries

2017-02-08 Thread wesm
Repository: arrow Updated Branches: refs/heads/master b99d049c3 -> 4440e4011 ARROW-543: C++: Lazily computed null_counts counts number of non-null entries Author: Uwe L. Korn Closes #329 from xhochy/ARROW-543 and squashes the following commits: 191792b [Uwe L. Korn]

arrow git commit: ARROW-537: [C++] Do not compare String/Binary data in null slots when comparing arrays

2017-02-08 Thread uwe
Repository: arrow Updated Branches: refs/heads/master c322cbf22 -> 1407abfc9 ARROW-537: [C++] Do not compare String/Binary data in null slots when comparing arrays Author: Wes McKinney Closes #327 from wesm/ARROW-537 and squashes the following commits: 66b1961