Commits


Micah Kornfield authored and Pindikura Ravindra committed 418f85bfd40
ARROW-5346: [C++] Revert changed to vendored datetime library The best way I could think of accomplishing this was to introduce another top level namespace arrow_vendored, so "duration" does not conflict between the two. Other suggestions welcome. Author: Micah Kornfield <emkornfield@gmail.com> Closes #4324 from emkornfield/ARROW_5346 and squashes the following commits: 3d2581ef <Micah Kornfield> make format 9408e192 <Micah Kornfield> remove util namespace 67489e43 <Micah Kornfield> fix time.cc 2b851397 <Micah Kornfield> lint and format 8d96730b <Micah Kornfield> ARROW-5346: change namespace of datetime to arrow_vendored revert changes to library.