We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
crate::array::layout
Version 22.0.0 will report clippy error: https://github.com/wangfenjin/duckdb-rs/runs/8198338828?check_suite_focus=true
Seems related to this commit: #1960
The text was updated successfully, but these errors were encountered:
It is not due to #1960 which was merged since 18.0.0.
layout was only exported if the ipc feature is enabled since #2601. But it is also required by ffi feature.
layout
ipc
ffi
Sorry, something went wrong.
arrow
features = ["ffi"]
default_features = false
Successfully merging a pull request may close this issue.
Version 22.0.0 will report clippy error: https://github.com/wangfenjin/duckdb-rs/runs/8198338828?check_suite_focus=true
Seems related to this commit: #1960
The text was updated successfully, but these errors were encountered: