Skip to content
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

Update pola-rs and remove workaround #417

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sourcefrog
Copy link

Try to get the fix for pola-rs/polars#19063 in a better way to fix CI
@mbp-stripe
Copy link

It looks like there is some other additional CI breakage, maybe version skew with arrow2:

   Compiling duckdb v1.1.1 (D:\a\duckdb-rs\duckdb-rs\crates\duckdb)
error[E0609]: no field `data_type` on type `ArrowField`
Error:    --> crates\duckdb\src\raw_statement.rs:178:103
    |
178 |             let import_arrow2_array = arrow2::ffi::import_array_from_c(ffi_arrow2_array, arrow2_field.data_type);
    |                                                                                                       ^^^^^^^^^ unknown field
    |
    = note: available fields are: `name`, `dtype`, `is_nullable`, `metadata`

For more information about this error, try `rustc --explain E0609`.
error: could not compile `duckdb` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
Error: Process completed with exit code 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants