Commits


Philipp Moritz authored and Antoine Pitrou committed c0a2e738d0e
ARROW-4491: [Python] Use StringConverter and stringstream instead of std::stoi and std::to_string @pcmoritz Asked me to continue this PR https://github.com/apache/arrow/pull/3570, but I don't have the right to change the his repro. Author: Philipp Moritz <pcmoritz@gmail.com> Author: Yuhong Guo <yuhong.gyh@antfin.com> Author: Antoine Pitrou <antoine@python.org> Closes #3758 from guoyuhong/string-conversions and squashes the following commits: 6fb7a1b6b <Antoine Pitrou> Make arrow_python depend on Arrow dependencies, so that dependent includes are available. 4fbda2e96 <Yuhong Guo> Use StringConverter c7367fa04 <Philipp Moritz> update bb9db84ed <Philipp Moritz> use stringstreams instead of std::to_string and std::stoi