gstvg commented on code in PR #21323: URL: https://github.com/apache/datafusion/pull/21323#discussion_r3180254560
########## datafusion/sqllogictest/test_files/array/array_transform.slt: ########## @@ -186,6 +186,42 @@ order by t.number; 40 [4, 50] [5, 51] 60 [7, 50] [8, 51] +# case with inner nested higher order function Review Comment: Added at https://github.com/apache/datafusion/pull/21323/changes/26bc71371532bb67be450314193c500cc354bfb6 This new test uncovered two bugs, one panic at column.rs and one non-deterministic at case projection (the other tests worked by pure luck), thank you -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
