alamb commented on PR #9876: URL: https://github.com/apache/arrow-datafusion/pull/9876#issuecomment-2035412270
> The test failure seems unrelated to this PR and looks like a non-deterministic test... I agree https://github.com/apache/arrow-datafusion/actions/runs/8543135777/job/23406267036?pr=9876 ``` 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 ``` I restarted it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
