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
This occurs about 60 times in the sqlite tests. A few more examples:
SELECT ALL -42* ( COUNT ( * ) ) AS col2, - CASE WHEN NOT +39IS NOT NULL THEN +SUM ( DISTINCT +-1 ) ELSE NULL END *56--+50+-53*+-36AS col1;
SELECT-33- CASE WHEN NOT -5IS NOT NULL THEN +AVG ( ++28 ) ELSE NULL END *+15*-+ ( -+58 ) ++67+-1*-+43, +20AS col1;
SELECT+ CASE WHEN NOT ( NULL ) IS NOT NULL THEN +MAX ( DISTINCT ++99 ) END AS col0;
...
Omega359
changed the title
sqlite query results in Internal error: predicate did not evaluate to an array
sqlite test query results in Internal error: predicate did not evaluate to an array
Jan 12, 2025
Describe the bug
Seen in datafusion-testing/data/sqlite/random/expr/slt_good_102.slt:
To Reproduce
See above sql.
Expected behavior
Result should be -704522 which is what both Postgresql and duckdb return
Additional context
No response
The text was updated successfully, but these errors were encountered: