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

   ```
   Running the sqllogictests with sqlite completion. This will take 
approximately an hour to run
       Updating git repository `https://github.com/Omega359/sqllogictest-rs.git`
        Locking 1 package to latest compatible version
         Adding sqllogictest v0.24.0 
(https://github.com/Omega359/sqllogictest-rs.git?rev=1cd933d#1cd933de)
      Compiling datafusion-sqllogictest v45.0.0 
(/Users/jayzhan/datafusion/datafusion/sqllogictest)
   error[E0407]: method `shutdown` is not a member of trait 
`sqllogictest::AsyncDB`
      --> datafusion/sqllogictest/src/engines/datafusion_engine/runner.rs:115:5
       |
   115 |     async fn shutdown(&mut self) {}
       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait 
`sqllogictest::AsyncDB`
   
   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`
   
   For more information about this error, try `rustc --explain E0407`.
   error: could not compile `datafusion-sqllogictest` (lib) due to 2 previous 
errors
   Completion of sqlite test files failed!
   Cleaning up source code changes and temporary files and directories
   Updated 1 path from the index
   Updated 1 path from the index
   ```


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