AlenkaF commented on PR #46976:
URL: https://github.com/apache/arrow/pull/46976#issuecomment-3043535516
Thank you for submitting a PR!
There are some fixes needed for the CI to pass:
- Linter error:
`python/pyarrow/tests/test_csv.py:363:89: E501 line too long (119 > 88
characters)`
- Python builds error:
` pyarrow/_csv.pyx:1431:34: Object of type 'CCSVWriteOptions &' has no
attribute 'eol'`
-> `CCSVWriteOptions` will need to be updated in the
[`libarrow.pxd`](https://github.com/apache/arrow/blob/1e01c520e9fb4ffddedeb7179d99a8cacfb9d347/python/pyarrow/includes/libarrow.pxd#L2138-L2143)
--
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]