Cannot compile polars-plan
with range
feature enabled
#20955
Labels
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
rust
Related to Rust Polars
Checks
Reproducible example
Log output
Issue description
There is an undeclared dependency of
polars-plan
onpolars-time
when therange
feature is enabled. Any project that depends onpolars-plan
fails to build when therange
feature is enabled. The Rust compiler narrows down the issue to this line. This can be worked around by enabling a bunch of time-related features (dtype-datetime
,dtype-date
,dtype-time
, anddtype-duration
)Expected behavior
Any crate with any feature set should be compilable.
Installed versions
polars-plan = { version = "0.46.0", features = ["range"] }
The text was updated successfully, but these errors were encountered: