thisisnic opened a new pull request, #50220:
URL: https://github.com/apache/arrow/pull/50220

   ### Rationale for this change
   
   dbplyr 2.6.0 changed `remote_con()` to read from `x$con` instead of 
`x$src$con`. The duckdb test that simulates a non-DuckDB connection was 
overriding the old path, so the expected error was no longer thrown.
   
   ### What changes are included in this PR?
   
   Update the test to override `ds_rt$con` instead of `ds_rt$src$con`.
   
   ### Are these changes tested?
   
   This is a test fix — the test itself verifies the behavior.
   
   ### Are there any user-facing changes?
   
   No.


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