We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Duration
datafusion 46
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
Datafusion 46 does not support the Duration datatype:
Internal error: Min/Max accumulator not implemented for type Duration(Nanosecond).
This is fixed on Datafusion trunk:
Which will be released maybe mid April (1-3 weeks away):
47.0.0
datafusion
We're not, not directly, but lance is, and it's using datafusion 45.0.0
lance
Wait for a new datafusion release:
…and then wait for lance to update. This may take a while.
We could avoid using the Duration datatype until the next datafusion/lance releases.
If we do, we should wait with the Rerun 0.23 release until then as well, which may well be a month away.
Use a patched datafusion version (e.g. on our own fork) in crates.io.
We could still hit the problem when using da an old datafusion from Python though.
The text was updated successfully, but these errors were encountered:
GroupsAccumulator
Remove datafusion patch (#9518)
69e2a58
### Related * rerun-io/dataplatform#494 * #9440 * rerun-io/dataplatform#498 ### What [@teh-cmc reports](rerun-io/dataplatform#494 (comment)) that this patch isn't needed since rerun-io/dataplatform#498, and since having a patch crate blocks the 0.23 release, I'd like to revert it to unblocking making an alpha release.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Problem
Datafusion 46 does not support the
Duration
datatype:This is fixed on Datafusion trunk:
Which will be released maybe mid April (1-3 weeks away):
47.0.0
(April 2025) apache/datafusion#15072Where are we using
datafusion
We're not, not directly, but
lance
is, and it's usingdatafusion
45.0.0Solutions
Wait
Wait for a new datafusion release:
47.0.0
(April 2025) apache/datafusion#15072…and then wait for
lance
to update. This may take a while.Avoid
Duration
datatypeWe could avoid using the
Duration
datatype until the next datafusion/lance releases.If we do, we should wait with the Rerun 0.23 release until then as well, which may well be a month away.
Patch
datafusion
in dataplatformUse a patched
datafusion
version (e.g. on our own fork) in crates.io.We could still hit the problem when using da an old datafusion from Python though.
The text was updated successfully, but these errors were encountered: