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
External error: query result mismatch:
[SQL] WITH RECURSIVE my_cte AS(
SELECT 1::int AS a
UNION ALL
SELECT a::bigint+2 FROM my_cte WHERE a<3
) SELECT *, arrow_typeof(a) FROM my_cte;
[Diff] (-expected|+actual)
- 1 Int32
- 3 Int32
+ 3 Int32
+ 1 Int32
at test_files/cte.slt:751
There is a non deterministic test failure on cte.slt it seems, unrelated to this PR and looks like a non-deterministic test...
Failure: https://github.com/apache/arrow-datafusion/actions/runs/8543135777/job/23406267036?pr=9876
Originally posted by @alamb in #9876 (comment)
I believe this was added in #9836 from @jonahgao
The text was updated successfully, but these errors were encountered: