forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-37333: [Python] Replace pandas.util.testing.rands with vendo…
…red version (apache#42089) ### Rationale for this change Fixes apache#37333. ### What changes are included in this PR? - Replaces the calls to `pandas.util.testing.rands` with existing `pyarrow.tests.util.rands` - Updated benchmarks.rst to remove a mention of the now-deprecated `asv dev` command. ### Are these changes tested? I tested locally in a freshly-created python venv and a conda environment and the benchmarks run without error. ### Are there any user-facing changes? No. * GitHub Issue: apache#37333 Authored-by: Bryce Mecum <[email protected]> Signed-off-by: Joris Van den Bossche <[email protected]>
- Loading branch information
Showing
4 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,6 @@ | |
|
||
import pyarrow as pa | ||
|
||
|
||
KILOBYTE = 1 << 10 | ||
MEGABYTE = KILOBYTE * KILOBYTE | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters