Commits


Antoine Pitrou authored and Wes McKinney committed 3330d660643
ARROW-4118: [Python] Fix benchmark setup for "asv run" "conda activate" unfortunately isn't available from a non-interactive shell, and running bash as interactive doesn't look like a workable solution. Also fix a setup slowness issue in the Parquet benchmarks, and fix a C++ ABI issue by downloading packages from Anaconda rather than conda-forge. Author: Antoine Pitrou <antoine@python.org> Closes #3357 from pitrou/ARROW-4118-fix-asv-run and squashes the following commits: b07b68e61 <Antoine Pitrou> ARROW-4118: Fix benchmark setup for "asv run"