Commits


Antoine Pitrou authored and Korn, Uwe committed ca2351363ba
ARROW-4697: [C++] Add URI parsing facility Using the [uriparser](https://uriparser.github.io/) C library. Author: Antoine Pitrou <antoine@python.org> Author: Uwe L. Korn <xhochy@users.noreply.github.com> Closes #3779 from pitrou/ARROW-4697-cpp-uri-parsing and squashes the following commits: 5ad5d1b6 <Uwe L. Korn> Set CMAKE_INSTALL_LIBDIR when building uriparser ff41cef7 <Antoine Pitrou> Fix AppVeyor failure? 6348b896 <Antoine Pitrou> - Work around a CMake issue - Add docstrings - Add more path tests 3f5c5899 <Antoine Pitrou> Explicitly bundle uriparser if conda was set as default source a1714902 <Antoine Pitrou> ARROW-4697: Add URI parsing facility