jonahgao commented on code in PR #14598: URL: https://github.com/apache/datafusion/pull/14598#discussion_r1951102125
########## datafusion/sqllogictest/src/engines/postgres_engine/mod.rs: ########## @@ -300,6 +305,15 @@ impl sqllogictest::AsyncDB for Postgres { fn engine_name(&self) -> &str { "postgres" } + + async fn shutdown(&mut self) { Review Comment: Similar to https://github.com/risinglightdb/sqllogictest-rs/blob/89d0d3c812c00609100f8b91612440260e0c30f1/sqllogictest-engines/src/postgres.rs#L54 -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org