-
Notifications
You must be signed in to change notification settings - Fork 7
prql-query 0.0.14 doesn't build with duckdb 0.6.0 #22
Comments
Hi, thanks for the report. Haven't got to do the version bump myself yet. You'll usually have to bump the So in your Cargo.toml, bump the I'll look to push out another release soon. |
I can confirm that changing Question: Is setting those versions to "26.0.0" overspecifying? Should I simply set them to "26"? Thanks. |
I think you're right. Just 26 should be fine. duckdb-rs actually made a change which means that we can probably get rid of the |
Thanks - I have done it in my own repo. I don't think I need to send a PR.
|
Hi. First of all, thanks so much for the excellent project! Huge fan of PRQL! Greatly appreciate all the work and effort that goes into the project. Recently, I noticed that Thanks again! |
Gosh, I can't believe how time has flown and how long this issue has been open. My apologies for not having addressed this yet. The next version of prql-query should certainly include an updated version of DuckDB, the latest being 0.7.1 as of this writing. In the meantime, if you can use docker rather than a native binary, you could try the following project which I threw together this weekend on the back of the announcement of the duckdb-prql extension. https://github.com/duckerlabs/ducker Please let me know if that works for you. I will try to update prql-query soon as there is an exciting development in the duckdb-rs repo for creating a duckdb binary with the extensions statically compiled in which I would like to incorporate into prql-query as well. |
Thanks so much, @snth! I will check out the Ducker! Looks like an interesting project. |
The Ducker container looks terrific, and I'll check it out. Unless there's something else in this issue, I think you can close it. Thanks! |
Wondering if it is possible to remove duckdb-rs from prql-query in favor of the DuckDB's PRQL extension. |
duckdb just released version 0.6.0 that purports to fix #18, the "... got something else..." error message.
To reproduce, update the Cargo.toml to use duckdb version=0.6.0, then
cargo build
. Here are the build messages:The text was updated successfully, but these errors were encountered: