Conversation
There was a problem hiding this comment.
Code Review
This pull request enables executing SQL queries across different DuckDB connections. Previously, an error was raised if tables belonged to different DuckDB states. Now, query relations from a foreign DuckDB state are materialized as Arrow tables before registration, while same-state queries remain lazy. Comprehensive unit tests have been added to verify this new behavior. I have no feedback to provide as there are no review comments to assess.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
…jecting them