-
Notifications
You must be signed in to change notification settings - Fork 454
Rerun library doesn't work with current arrow-rs
version (unless chrono
is downgraded)
#9159
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
Comments
Note we have released a new version of arrow-rs that fixes hte issue |
arrow-rs
versionarrow-rs
version when using chrono
in the same crate
Can confirm this happens in a minimal application with
@manglemix you can work around this by forcing the @alamb any chance that fix could be backported to |
For posterity, details of what happened are here |
arrow-rs
version when using chrono
in the same cratearrow-rs
version (unless chrono
is downgraded)
I would be willing to make such a release. Could you help by:
|
hi, this is still happening to use kornia-rs. We had to downgrade everywhere chrono to 0.4.39. Are you planning any fix from rerun to avoid this ? See: kornia/kornia-rs#308 |
The issue is resolved on Rerun |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
There was a recent commit that broke
arrow-rs
, which Rerun depends on.apache/arrow-rs#7209
To Reproduce
Steps to reproduce the behavior:
cargo check
the crateBacktrace
Desktop (please complete the following information):
Rerun version
rerun = { version = "0.22.0", features = ["nasm", "sdk"], default-features = false }
Additional context
I couldn't find any statement addressing this issue
The text was updated successfully, but these errors were encountered: