pitrou opened a new issue, #47389:
URL: https://github.com/apache/arrow/issues/47389

   ### Describe the enhancement requested
   
   This could be improved:
   ```console
   >>> from pyarrow import csv, json
   >>> csv.ReadOptions(use_threads=False)
   <pyarrow._csv.ReadOptions at 0x7d0a711b5300>
   >>> json.ReadOptions(use_threads=False)
   <pyarrow._json.ReadOptions at 0x7d0a22e113b0>
   ```
   
   (same for the other option classes in these modules)
   
   ### Component(s)
   
   Python


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