You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix extended tests on main to get CI green (#18096)
## Which issue does this PR close?
- Closes#18084
## Rationale for this change
Some of the extended tests are failing because we have fixed case
conditional evaluation and queries that (incorrectly) previously did not
pass are now.
<!--
Why are you proposing this change? If this is already explained clearly
in the issue then this section is not needed.
Explaining clearly why changes are proposed helps reviewers understand
your changes and offer better suggestions for fixes.
-->
## What changes are included in this PR?
Update datafusion-testing pin
## Are these changes tested?
I tested locally with:
```shell
INCLUDE_SQLITE=true cargo test --profile release-nonlto --test sqllogictests
```
## Are there any user-facing changes?
No
0 commit comments