HyukjinKwon opened a new pull request, #48449: URL: https://github.com/apache/arrow/pull/48449
### Rationale for this change To test various cases of field names: https://github.com/apache/arrow/blob/6456944f5092dedb3f80d9bc80400e857d6571c7/python/pyarrow/tests/strategies.py#L49 It was introduced from https://github.com/apache/arrow/commit/9da458437162574f3e0d82e4a51dc6c1589b9f94 ### What changes are included in this PR? This PR implements Alphanumeric and Surrogate text in the random schema generator ### Are these changes tested? Yes I tested them via: ``` PYARROW_TEST_HYPOTHESIS=1 pytest -xvs pyarrow/tests/test_strategies.py::test_fields --hypothesis-show-statistics ``` ### Are there any user-facing changes? No, test-only. -- 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]
