AlenkaF commented on PR #46976:
URL: https://github.com/apache/arrow/pull/46976#issuecomment-3174589058
The failures are connected, see:
```python
______________________________ test_write_options
______________________________
def test_write_options():
cls = WriteOptions
opts = cls()
> check_options_class(
cls, include_header=[True, False], delimiter=[',', '\t', '|'],
eol=['\n', '\r\n'], null_string=['', 'NA'],
quoting_style=['needed', 'none', 'all_valid'])
opt/conda/envs/arrow/lib/python3.9/site-packages/pyarrow/tests/test_csv.py:362:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _
opt/conda/envs/arrow/lib/python3.9/site-packages/pyarrow/tests/test_csv.py:111:
in check_options_class
opts = cls(**non_defaults)
pyarrow/_csv.pyx:1388: in pyarrow._csv.WriteOptions.__init__
???
pyarrow/_csv.pyx:1446: in pyarrow._csv.WriteOptions.null_string.__set__
???
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _
> ???
E TypeError: expected bytes, NoneType found
--
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]