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

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   I'm on CPython 3.10.8 on Linux on x86_64.
   
   ```
   $ python
   Python 3.10.8 (main, Nov 15 2022, 15:04:54) [GCC 12.2.1 20220819 (Red Hat 
12.2.1-2)] on linux
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import pyarrow
   >>> pyarrow.__version__
   '10.0.1'
   >>> import pyarrow.dataset
   >>> t = pyarrow.table({"a": range(10)})
   >>> pyarrow.dataset.write_dataset(t, format='orc', base_dir='/tmp')
   Segmentation fault (core dumped)
   ```
   
   If `write_dataset()` isn't supposed to be able to write ORC then we probably 
want a nicer error message.
   
   I tried searching existing GitHub issues for that, but didn't find anything 
applicable. Sorry if that's already tracked elsewhere.
   
   ### 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