alamb commented on PR #14328:
URL: https://github.com/apache/datafusion/pull/14328#issuecomment-2616804970

   
https://github.com/apache/datafusion/actions/runs/12996259121/job/36244947022?pr=14328
 appears to be a real difference
   
   ```
        Running bin/sqllogictests.rs 
(target/ci/deps/sqllogictests-71f9d985f37bce43)
   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
   
   ```
   
   I am `git bisect`ing to figure out what is going on


-- 
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

Reply via email to