alamb commented on PR #14328: URL: https://github.com/apache/datafusion/pull/14328#issuecomment-2616717915
https://github.com/apache/datafusion/actions/runs/12996259121/job/36244687732?pr=14328 🤔 Interestingly this seems to have passed for me locally External error: query result mismatch: [SQL] SELECT column1, lag(column2) OVER (order by column1), lead(column2) OVER (order by column1) FROM array_data; [Diff] (-expected|+actual) a NULL [4, 5, 6] b [1, 2, 3] [7, 8, 9] - c [4, 5, 6] NULL + c [1, 2, 3] NULL at test_files/window.slt:4853 External error: query result mismatch: [SQL] select array_append(column1, column2) from nested_arrays; [Diff] (-expected|+actual) - [[1, 2, 3], [2, 9, 1], [7, 8, 9], [1, 2, 3], [1, 7, 4], [4, 5, 6], [7, 8, 9]] - [[4, 5, 6], [10, 11, 12], [4, 9, 8], [7, 8, 9], [10, 11, 12], [1, 8, 7], [10, 11, 12]] + [[1, 2, 3], [2, 9, 1], [7, 8, 9], [1, 2, 3], [1, 7, 4], [4, 5, 6], [4, 5, 6]] + [[10, 11, 12], [4, 9, 8], [7, 8, 9], [10, 11, 12], [1, 8, 7], [7, 8, 9], [10, 11, 12]] at test_files/array.slt:2424 -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org