andygrove commented on PR #34:
URL:
https://github.com/apache/arrow-datafusion-python/pull/34#issuecomment-1220190061
There are clippy failures like this - not related to your changes:
```
4 | default_catalog: &str,
| ^ help: if you would like to reborrow, try
removing `&*`: `&`
```
I saw these recently on another project. We probably need to switch to
using `String` instead of `&str` in pyo3 methods. Not sure why we are suddenly
seeing this now though.
--
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]