findepi commented on code in PR #17684: URL: https://github.com/apache/datafusion/pull/17684#discussion_r2372948272
########## datafusion/sqllogictest/test_files/window.slt: ########## @@ -6034,3 +6034,92 @@ LIMIT 5 0 2 NULL NULL 0 NULL NULL 0 3 NULL NULL 0 NULL NULL 0 4 NULL NULL 0 NULL NULL + +# regression test for https://github.com/apache/datafusion/issues/17401 Review Comment: > I ran this locally, and found > > both main and This branch -- took 2 seconds > > Main Do you mean you run window.slt unmodified as currently in `main`, or did you apply changes from this PR first? I tried to reproduce the latter and for me execution "hangs" at ``` [00:00:01] #######################################- 442/454 "window.slt" ``` -- 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]
