AlenkaF commented on PR #46976:
URL: https://github.com/apache/arrow/pull/46976#issuecomment-3191477890
The tests are passing 👍
But the docstrings need an update:
```python
pyarrow._csv.WriteOptions
-> pyarrow._csv.WriteOptions(include_header=None, *, batch_size=None,
delimiter=None, eol=None, null_string=None, quoting_style=None)
PR01: Parameters {'delimiter', 'null_string', 'eol', 'batch_size',
'quoting_style'} not documented
PR04: Parameter "")" has no type
```
--
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]