Commits


Julien Le Dem authored and Wes McKinney committed 316c63dbaec
ARROW-824: Date and Time Vectors should reflect timezone-less semantics The current java vector support the timezone less version of time related types but in an incomplete way. This change fixes it and clarifies what the vectors implementation do. We'll need separate vectors or adapt those to deal will timezone aware time types. Author: Julien Le Dem <julien@apache.org> Closes #568 from julienledem/ARROW-824 and squashes the following commits: 3528ad8 [Julien Le Dem] add license e37385c [Julien Le Dem] centralize LocalDateTime.toMillis bdac7ff [Julien Le Dem] make integration tests output more readable b0da88c [Julien Le Dem] fix failing integration test 61518ec [Julien Le Dem] improve travis integration ec19e7d [Julien Le Dem] ARROW-824: Date and Time Vectors should reflect timezone-less semantics