HyukjinKwon commented on code in PR #48449:
URL: https://github.com/apache/arrow/pull/48449#discussion_r2609021925


##########
python/pyarrow/tests/strategies.py:
##########
@@ -46,14 +46,31 @@
 import pyarrow as pa
 
 
-# TODO(kszucs): alphanum_text, surrogate_text
+# Text generation strategies for various character sets:
 custom_text = st.text(
     alphabet=st.characters(
         min_codepoint=0x41,
         max_codepoint=0x7E
     )
 )
 

Review Comment:
   I referred to https://www.unicode.org/reports/tr44/#General_Category_Values 
and https://datatracker.ietf.org/doc/html/rfc2781#section-2.1



-- 
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]

Reply via email to