-
Notifications
You must be signed in to change notification settings - Fork 1.5k
extended tests failing on main (External error: query is expected to fail, but actually succeed:) #15641
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
Here is the query https://github.com/apache/datafusion-testing/blob/243047b9dd682be688628539c604daaddfe640f9/data/sqlite/random/aggregates/slt_good_11.slt#L6359-L6361 It may be that now that the code no longer runs the case causing a divide by zero because it was short circuted |
Hmm. I can confirm that sql passes in Postgresql and Duckdb, both returning -69 (integer/int32) |
If no one gets to this I'll regenerate the sqlite files tonight |
Thanks for confirming @Omega359 -- If you remake the files I can approve/merge it quickly ! |
I made a PR to update the pin on main: |
Describe the bug
extended tests are failing main
An example https://github.com/apache/datafusion/actions/runs/14331563613/job/40168564406
To Reproduce
You can run extended tests like this:
https://github.com/apache/datafusion/blob/main/datafusion/sqllogictest/README.md#running-tests-sqlite
Expected behavior
AND
andOR
#15462 was mergedI am not sure if this is expected or if it is a bug -- we'll have to look at what the test is doing
Additional context
No response
The text was updated successfully, but these errors were encountered: