-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
substrait_integration integration tests are failing #13854
Comments
It would be sweet if someone could git bisect and figure out when these started failing |
Hmm, the two tests are failing for me locally as well. However they are run in CI, and there they pass. Looking at the commit you linked for example (but current head of main has the same), https://github.com/apache/datafusion/actions/runs/12413804942/job/34656476010:
vs locally I get same as you:
|
…ts to make them pass fixes apache#13854
bisect lead to 11d49b4. Specifically, this change: https://github.com/apache/datafusion/pull/13594/files#diff-d195b6dfaaed44b9828e145dc50c075c77b7faf8f44783ca5e6eda2c617af928L39 |
Describe the bug
substrait_integration integration tests are failing
To Reproduce
on main at 9f530dd
cargo test -p datafusion-substrait
Fails like this:
Expected behavior
I expect
Additional context
No response
The text was updated successfully, but these errors were encountered: