Commits


Jim Crist authored and Wes McKinney committed 3a69efce59f
ARROW-1920 [C++/Python] Add experimental reader for Apache ORC files This adds support for reading ORC files in the C++ library, as well as python bindings for this functionality. Author: Jim Crist <jiminy.crist@gmail.com> Author: Uwe L. Korn <uwelk@xhochy.com> Closes #1418 from jcrist/orc-adapter and squashes the following commits: 7e0400eb [Jim Crist] lint d6d32b50 [Uwe L. Korn] Hide symbols introduced by orc static lib a2966406 [Jim Crist] Tweak error message f45ac3dd [Jim Crist] Read reads as a table 57bc63dd [Jim Crist] Use `vector<int>` instead of `list<uint64_t>` 1d539276 [Jim Crist] date32 instead of date64 4b7a3a5d [Jim Crist] Add brief docs e7835445 [Jim Crist] More fixups 33f5b10f [Jim Crist] Turn off ARROW_ORC on windows 86a23550 [Jim Crist] Cleanups 2cfdd924 [Jim Crist] Fix build when dependencies aren't already installed 876c3a36 [Jim Crist] Use fPIC on protobuf as well f4a29f87 [Jim Crist] Ensure -fPIC on orc build 7cf1659e [Jim Crist] Build python orc support on travis 2adf938a [Jim Crist] Add ORC support 5c791046 [Jim Crist] Add cmake support for liborc