-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is Cargo.toml
current?
#134
Comments
This will fail because of duckdb/duckdb-rs#134, so we'll wait for that to resolve before merging
Could you give more details? I can’t understand the title, and also the description seems not related to this repo? |
If you wanna know is this repo use the latest version dependencies, yes we are, we always keep them up to date https://deps.rs/repo/github/wangfenjin/duckdb-rs |
Sorry for the lack of description. My claim is that attempting to use the library with the minimum possible dependencies in When I run
So maybe it's worth attempting to upgrade |
Trying to fix the issue, but seems another error reported in arrow pkg. To be honest, the error message from this tool is totally UN-understandable...Very hard to find the clue to fix the issue |
OK, though is it:
|
I already fix this issue in #135 There report another one in arrow-rs, could you help identify the issue? run in https://github.com/apache/arrow-rs
|
I run this command in my project and in arrow-rs project, both report the same error |
In #135 I see the test failing because nightly isn't installed... |
What do you see if you run this, but replacing
|
Updated the CI, but it will fail because I check the result locally you can clone the arrow-rs or #135 branch |
https://github.com/PRQL/prql/actions/runs/4395201277/jobs/7696819175 You can also check your pipeline log |
Any clue how to fix this? |
It looks like this is coming from the arrow crate. What requires that dependency? |
I put an issue into arrow: apache/arrow-rs#3849 |
The issue is I'm not sure it's their problem or it's because I misuse it. For the first issue reported of flate2 or gcc, actually it's our cargo.toml don't make the flate2 as optional That's why I said the error message is too misleading |
|
This will fail because of duckdb/duckdb-rs#134, so we'll wait for that to resolve before merging
Running
cargo minimal-versions check
gives a bunch of errors:(and thank you for the excellent library! It's really helpful over at PRQL!)
The text was updated successfully, but these errors were encountered: