Omega359 opened a new issue, #13948: URL: https://github.com/apache/datafusion/issues/13948
### Is your feature request related to a problem or challenge? As mentioned in https://github.com/apache/datafusion/pull/13936#discussion_r1899138589 as part of https://github.com/apache/datafusion/pull/13936 the implementation of sqllogictest.rs with the sqlite changes has resulted in a file with far too many `#[cfg(feature = "postgres")]` and should be refactored to extract out the postgresql functionality to a separate file. ### Describe the solution you'd like A new file `postgres_container.rs` is added which contains the postgresql functionality formerly in the sqllogictest.rs file ### 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]
