Omega359 commented on PR #14824:
URL: https://github.com/apache/datafusion/pull/14824#issuecomment-2682252789

   > Run with 
`PG_URI="postgresql://postgres:postgres@$POSTGRES_HOST:$POSTGRES_PORT/db_test" 
bash datafusion/sqllogictest/regenerate_sqlite_files.sh`
   
   > error[E0407]: method `shutdown` is not a member of trait 
`sqllogictest::AsyncDB`
   >    --> datafusion/sqllogictest/src/engines/postgres_engine/mod.rs:309:5
   >     |
   > 309 | /     async fn shutdown(&mut self) {
   > 310 | |         if let Some(client) = self.client.take() {
   > 311 | |             drop(client);
   > ...   |
   > 316 | |     }
   >     | |_____^ not a member of trait `sqllogictest::AsyncDB`
   
   First I've ever see that. I'll try to look into it tonight
   


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

Reply via email to