jorisvandenbossche commented on code in PR #42089:
URL: https://github.com/apache/arrow/pull/42089#discussion_r1634317217
##########
python/benchmarks/common.py:
##########
@@ -347,3 +347,15 @@ def get_type_and_builtins(self, n, type_name):
}
data = factories[kind](n)
return ty, data
+
+
+# RANDS_CHARS and rands are copyright pandas, see
Review Comment:
Or exactly identical ;) You can probably just change the import from pandas
to `from pyarrow.tests.util import rands`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]