pdet opened a new issue, #36907:
URL: https://github.com/apache/arrow/issues/36907

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   To reproduce:
   ```R
   drv <- duckdb::duckdb()
   con <- DBI::dbConnect(drv)
   requireNamespace("arrow")
   # Loading required namespace: arrow
   quit()
   # Save workspace image? [y/n/c]: n
   # Warning messages:
   # 1: Connection is garbage-collected, use dbDisconnect() to avoid this.
   # 2: Database is garbage-collected, use dbDisconnect(con, shutdown=TRUE) or 
duckdb::duckdb_shutdown(drv) to avoid this.
   # Error in .Internal(quit(save, status, runLast)) : bad value
   
   cc @Tmonster
   
   ### Component(s)
   
   R


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

Reply via email to