garro95 commented on issue #2476:
URL:
https://github.com/apache/arrow-datafusion/issues/2476#issuecomment-1120235126
After selecting `datafusion = "6.0"` instead of the 7.0 suggested, I
encountered a new error:
```
error[E0599]: no function or associated item named `from_str_unchecked`
found for struct `proc_macro2::Literal` in the current scope
-->
/home/garro95/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.11/src/runtime.rs:301:41
|
301 | let literal = unsafe { Literal::from_str_unchecked(repr) };
| ^^^^^^^^^^^^^^^^^^ function or
associated item not found in `proc_macro2::Literal`
```
--
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]