timsaucer opened a new pull request, #1338:
URL: https://github.com/apache/datafusion-python/pull/1338

   # Which issue does this PR close?
   
   None but addresses the comment in 
https://github.com/apache/datafusion-python/pull/1337#issuecomment-3734632951
   
    # Rationale for this change
   
   The current unit test for keyboard interrupts uses a long running query. 
This moves over to a simple query that uses a timer to make it run for longer 
than the keyboard interrupt checks. This matters because we are getting 
differences in how long it takes for the long running unit test to return based 
on upstream updates. The desired behavior is just that the query takes a long 
time, so we do not want to be dependent on performance improvements upstream.
   
   # What changes are included in this PR?
   
   Adds a `slow_udf` that has a 2 second timeout in it.
   Uses this instead of a long running join.
   
   # Are there any user-facing changes?
   
   No, only a test is updated.


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

Reply via email to