Jefffrey commented on PR #17852:
URL: https://github.com/apache/datafusion/pull/17852#issuecomment-3367796026

   Oh I think it's this:
   
   
https://github.com/apache/datafusion/blob/daeb6597a0c7344735460bb2dce13879fd89d7bd/datafusion/sqllogictest/test_files/window.slt#L2591-L2605
   
   We never set it back to false so I guess the test at the bottom of the file 
was affected; a bit concerning we have these set configs across our SLTs but 
not much guarantee that the tests they were added for will clean them up.
   
   Perhaps try putting this before the test:
   
   ```
   statement ok
   set datafusion.optimizer.skip_failed_rules = false
   ```


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