Jefffrey opened a new issue, #17914: URL: https://github.com/apache/datafusion/issues/17914
### Is your feature request related to a problem or challenge? While reviewing #17852 we noticed that some SLT tests set a config prior to a query to test something, but either fail to reset this config (or mistakenly set it again instead of resetting it) which affects all subsequent queries. This can be hard to spot given the SLT files can be thousands of lines. Reference: https://github.com/apache/datafusion/pull/17852#issuecomment-3367796026 ### Describe the solution you'd like We could try manual approach to go through all configs in SLT files and fix them (and possibly remove any config settings which might not be needed anymore). But would be nice if we had a better way to handle this as this could crop up again in the future. ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
